setup.py
changeset 439 3a3770308130
parent 428 fd4b666b5048
child 447 9b174c5d1b70
--- a/setup.py	Thu Oct 18 14:51:48 2018 +0200
+++ b/setup.py	Tue Oct 23 12:10:39 2018 +0200
@@ -25,7 +25,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.22'
+version = '0.1.23'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []