setup.py
changeset 13 19c337b423b5
parent 9 017ad36cc2ba
child 18 c5db010dec6e
--- a/setup.py	Wed Jul 01 10:08:59 2015 +0200
+++ b/setup.py	Wed Jul 22 17:11:07 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 = []