setup.py
changeset 5 29fbf87650d4
parent 0 31ded33115d7
child 10 1acfa99756ad
--- a/setup.py	Wed Oct 07 17:42:10 2015 +0200
+++ b/setup.py	Wed Oct 07 17:42:21 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 = []