setup.py
changeset 53 df6d15dc695d
parent 48 1ad40ab71077
child 58 119783f3d2df
--- a/setup.py	Thu Feb 08 08:53:26 2018 +0100
+++ b/setup.py	Thu Mar 08 09:07:14 2018 +0100
@@ -25,7 +25,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 = []