setup.py
changeset 168 71aeef3a5432
parent 160 cea81029058b
child 189 a948e0a00f5c
--- a/setup.py	Fri Oct 05 15:15:08 2018 +0200
+++ b/setup.py	Mon Oct 08 11:55:14 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 = []