setup.py
changeset 95 8523355aaf7c
parent 87 5c4c8b122f94
child 99 14805c882758
--- a/setup.py	Mon Sep 11 13:56:53 2017 +0200
+++ b/setup.py	Mon Sep 11 15:07:45 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 = []