setup.py
changeset 1236 251275759b4c
parent 1233 85bbcd5fa922
child 1245 971b77c0cbc4
--- a/setup.py	Tue Jan 15 09:55:55 2019 +0100
+++ b/setup.py	Tue Jan 15 09:58:09 2019 +0100
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.39'
+version = '0.1.39.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []