setup.py
changeset 36 4b8fa12fe88b
parent 32 7573397d632b
child 40 4b36d3cc3d5e
--- a/setup.py	Tue Jun 26 14:59:33 2018 +0200
+++ b/setup.py	Thu Jun 28 08:31:56 2018 +0200
@@ -22,7 +22,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 = []