setup.py
changeset 76 d34c568aa4ba
parent 69 a361355b55c7
child 102 cd4be162c775
--- a/setup.py	Wed Jul 22 17:19:37 2015 +0200
+++ b/setup.py	Wed Jul 22 17:20:29 2015 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.0'
+version = '0.1.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []