setup.py
changeset 71 bfe52e72aa76
parent 67 b2036237624c
child 83 bc67813e33a6
--- a/setup.py	Mon Jul 02 08:59:17 2018 +0200
+++ b/setup.py	Mon Jul 02 17:14:28 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 = []