setup.py
changeset 17 4d9c23cdfa82
parent 6 a6798d3cd7ea
child 21 ec814fadbd27
--- a/setup.py	Wed Jul 12 12:03:17 2017 +0200
+++ b/setup.py	Wed Jul 12 14:26:26 2017 +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 = []