setup.py
changeset 81 17f00e31a7b0
parent 72 f548e85028b0
child 88 d44d666ca164
--- a/setup.py	Fri Apr 27 10:37:32 2018 +0200
+++ b/setup.py	Fri Apr 27 17:13:43 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 = []