setup.py
changeset 45 62088c049884
parent 39 a9ef7fc88d49
child 53 07c984550953
--- a/setup.py	Wed Jul 12 12:07:41 2017 +0200
+++ b/setup.py	Wed Jul 12 14:33:33 2017 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.5'
+version = '0.1.6'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []