setup.py
changeset 89 671d1bb41699
parent 80 04aaaa70df03
child 91 0c5d52d3ffad
--- a/setup.py	Tue Aug 28 11:42:35 2018 +0200
+++ b/setup.py	Tue Sep 18 16:21:30 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.10'
+version = '0.1.11'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []