setup.py
changeset 44 65e7ee10fc20
parent 40 51728590c054
child 47 3bc69e21aeb0
--- a/setup.py	Thu Mar 22 14:53:53 2018 +0100
+++ b/setup.py	Thu Mar 22 15:02:15 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 = []