setup.py
changeset 192 39482eb2520f
parent 189 a948e0a00f5c
child 197 fe7f30ba737d
--- a/setup.py	Wed Oct 24 16:18:01 2018 +0200
+++ b/setup.py	Wed Oct 24 16:37:35 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.12'
+version = '0.1.13'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []