setup.py
changeset 9 d01adb2493f0
parent 6 70c840b24840
child 13 5a6cadfd5b72
--- a/setup.py	Tue Jun 27 13:58:13 2017 +0200
+++ b/setup.py	Wed Jul 12 14:13:52 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 = []