setup.py
changeset 15 551c55958cf3
parent 11 09490b1b9bab
child 19 f3f2a1e1f3bb
--- a/setup.py	Thu Oct 08 09:48:45 2015 +0200
+++ b/setup.py	Thu Oct 08 09:50:48 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 = []