diff --git a/setup.py b/setup.py index 02b3139..703b181 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ if sys.argv[-1] == 'publish': sys.exit() requires = ['SQLAlchemy', 'tablib', 'docopt'] -version = '0.5.1' +version = '0.5.2' def read(f):