setup.py
changeset 57 37c7e3b785b0
parent 53 07c984550953
child 65 3997cb3dbe6f
--- a/setup.py	Tue Sep 12 12:36:09 2017 +0200
+++ b/setup.py	Tue Sep 19 11:31:14 2017 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.7'
+version = '0.1.8'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []