setup.py
changeset 62 2ea010da1d82
parent 56 d173b0fed8dc
child 67 c7d8a3a64220
--- a/setup.py	Tue Mar 20 17:48:18 2018 +0100
+++ b/setup.py	Wed Mar 28 15:35:04 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 = []