setup.py
changeset 17 dfb0c634ee79
parent 11 09387489ec24
child 20 4b7b518e1fb9
--- a/setup.py	Wed Jul 12 12:13:08 2017 +0200
+++ b/setup.py	Thu Jul 13 11:02:26 2017 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.1'
+version = '0.1.2'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []