setup.py
changeset 25 1e65ba8b2bcf
parent 18 825d5e32641f
child 29 de6720c4cf70
--- a/setup.py	Thu Oct 08 09:21:58 2015 +0200
+++ b/setup.py	Thu Oct 08 09:22:34 2015 +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 = []