setup.py
changeset 10 1acfa99756ad
parent 5 29fbf87650d4
child 19 270c209df927
--- a/setup.py	Sat Jan 27 00:40:59 2018 +0100
+++ b/setup.py	Wed May 23 15:21:24 2018 +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 = []