setup.py
changeset 514 2e377d24a2a3
parent 511 b42955b58f35
child 518 934cadc1b497
--- a/setup.py	Wed Jul 08 09:54:51 2020 +0200
+++ b/setup.py	Wed Jul 08 09:59:00 2020 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.48'
+version = '0.1.49'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []