setup.py
changeset 42 ce1812019fa2
parent 35 04e1d062b5f4
child 65 4ced68ece158
--- a/setup.py	Wed Jun 13 08:53:03 2018 +0200
+++ b/setup.py	Wed Jun 13 08:54:06 2018 +0200
@@ -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 = []