setup.py
changeset 518 934cadc1b497
parent 514 2e377d24a2a3
child 521 f86cf0f11634
--- a/setup.py	Wed Jul 15 17:55:47 2020 +0200
+++ b/setup.py	Mon Jul 20 14:19:25 2020 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.49'
+version = '0.1.50'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []