setup.py
changeset 1249 0ffecffbd987
parent 1245 971b77c0cbc4
child 1259 98e0cb271ae1
--- a/setup.py	Tue Jan 22 14:27:57 2019 +0100
+++ b/setup.py	Tue Jan 22 15:19:33 2019 +0100
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.40'
+version = '0.1.41'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []