setup.py
changeset 20 f022906f90ab
parent 14 2710a8dbfc97
child 33 940234ecb095
--- a/setup.py	Thu Oct 08 12:15:52 2015 +0200
+++ b/setup.py	Thu Oct 08 12:17:28 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 = []