setup.py
changeset 11 7ceac963fe24
parent 5 e76aa6d39ce6
child 17 3f143e920bd9
--- a/setup.py	Mon May 22 00:46:01 2017 +0200
+++ b/setup.py	Wed Jun 07 11:01:51 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 = []