setup.py
changeset 32 7573397d632b
parent 29 2f54d2535afc
child 36 4b8fa12fe88b
--- a/setup.py	Wed Feb 07 12:38:16 2018 +0100
+++ b/setup.py	Thu Mar 08 09:11:10 2018 +0100
@@ -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 = []