setup.py
changeset 48 463872a6656a
parent 42 04a238453198
child 52 d0f7e82d9117
--- a/setup.py	Mon Sep 11 13:46:31 2017 +0200
+++ b/setup.py	Mon Sep 11 15:33:50 2017 +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 = []