setup.py
changeset 103 ee6515f0d9ae
parent 99 bf6607bda112
child 110 dc5015906061
--- a/setup.py	Mon Jun 11 16:00:45 2018 +0200
+++ b/setup.py	Tue Jun 19 17:06:49 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.15'
+version = '0.1.16'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []