setup.py
changeset 1304 0e55a866c744
parent 1301 3f8dff132bbb
child 1313 4e94939260d2
--- a/setup.py	Mon Apr 08 13:36:24 2019 +0200
+++ b/setup.py	Mon Apr 08 13:38:24 2019 +0200
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.49'
+version = '0.1.49.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []