setup.py
changeset 317 578c0df290b5
parent 236 239d4646634e
child 340 de5a2a9fdf22
--- a/setup.py	Fri Dec 08 10:57:36 2017 +0100
+++ b/setup.py	Fri Dec 08 11:57:42 2017 +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 = []