setup.py
changeset 72 f548e85028b0
parent 70 68d0d7a99ce3
child 81 17f00e31a7b0
--- a/setup.py	Tue Mar 20 17:47:22 2018 +0100
+++ b/setup.py	Wed Mar 28 15:34:15 2018 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.9'
+version = '0.1.10'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []