setup.py
changeset 45 69827ed47dde
parent 39 9c763bcf5463
child 48 9376727e3d0a
--- a/setup.py	Tue Jan 08 14:02:47 2019 +0100
+++ b/setup.py	Wed Jan 09 12:19:47 2019 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.8'
+version = '0.1.9'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []