From fcd41c36c93c1fcac43557da46f62435b1c44716 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 28 Sep 2017 18:55:39 -0400 Subject: [PATCH] v5.3 Signed-off-by: Kenneth Reitz --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 637e91c..0ca057b 100644 --- a/setup.py +++ b/setup.py @@ -46,7 +46,7 @@ class PublishCommand(Command): sys.exit() requires = ['SQLAlchemy', 'tablib', 'docopt'] -version = '0.5.2' +version = '0.5.3' def read(f):