setup.py
changeset 97 6f8fdaa85ee8
parent 91 0c5d52d3ffad
child 100 3e62141c340f
--- a/setup.py	Fri Oct 12 11:55:25 2018 +0200
+++ b/setup.py	Tue Oct 23 12:11:45 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 = []