setup.py
changeset 134 4c9cead41e2a
parent 131 5f42c1b3365f
child 141 8a5e91854574
--- a/setup.py	Thu Jun 28 12:03:07 2018 +0200
+++ b/setup.py	Thu Jun 28 12:04:58 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 = []