setup.py
changeset 11 85506e4365c5
parent 6 a6c84f9c03d3
child 16 6376d1ff2918
--- a/setup.py	Tue Sep 19 11:22:56 2017 +0200
+++ b/setup.py	Tue Sep 19 11:32:14 2017 +0200
@@ -25,7 +25,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 = []