setup.py
changeset 1313 4e94939260d2
parent 1304 0e55a866c744
child 1320 ec425b5dfd57
--- a/setup.py	Mon May 20 11:30:16 2019 +0200
+++ b/setup.py	Wed May 22 15:15:52 2019 +0200
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.49.1'
+version = '0.1.50'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []