setup.py
changeset 344 930ead384f3c
parent 340 de5a2a9fdf22
child 348 d73905f6a2eb
--- a/setup.py	Sat Jan 27 00:35:40 2018 +0100
+++ b/setup.py	Sat Jan 27 00:38:29 2018 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.10'
+version = '0.1.10.1'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []