setup.py
changeset 108 1a9d8c43dba0
parent 102 6206a2ae7053
child 111 8d80cb67b023
--- a/setup.py	Mon Sep 11 12:28:09 2017 +0200
+++ b/setup.py	Mon Sep 11 14:59:37 2017 +0200
@@ -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 = [