setup.py
changeset 23 1f37525298da
parent 16 2f2596eee744
child 32 8c6c68da351a
--- a/setup.py	Wed Jul 22 16:58:25 2015 +0200
+++ b/setup.py	Wed Jul 22 16:59:13 2015 +0200
@@ -22,7 +22,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 = []