setup.py
changeset 44 5ed604e48055
parent 38 3265a75d1af2
child 47 a841be26e948
--- a/setup.py	Sun Jan 14 14:49:24 2018 +0100
+++ b/setup.py	Sun Jan 14 14:50:30 2018 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.6'
+version = '0.1.7'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []