setup.py
changeset 33 383deb35fc50
parent 28 16c82cc767a3
child 36 f4164500d545
--- a/setup.py	Tue Jun 27 13:27:40 2017 +0200
+++ b/setup.py	Wed Jul 12 14:19:15 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 = []