setup.py
changeset 36 f4164500d545
parent 33 383deb35fc50
child 40 687335b57922
--- a/setup.py	Mon Sep 11 13:39:06 2017 +0200
+++ b/setup.py	Mon Sep 11 15:02:22 2017 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.6'
+version = '0.1.7'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []