setup.py
branchdev-dc
changeset 166 dcf8ca8f9bf1
parent 160 cea81029058b
child 168 71aeef3a5432
--- a/setup.py	Thu Sep 06 18:14:22 2018 +0200
+++ b/setup.py	Fri Oct 05 14:10:51 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.7'
+version = '0.1.10'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []