setup.py
changeset 39 7be246c69448
parent 37 38ec13042956
child 45 9be85c3709da
--- a/setup.py	Thu Dec 27 16:27:38 2018 +0100
+++ b/setup.py	Fri Dec 28 10:53:22 2018 +0100
@@ -25,7 +25,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 = []