setup.py
changeset 279 7ce23b44512d
parent 270 41f43b3456db
child 286 351dabbee2f7
--- a/setup.py	Tue Dec 04 17:36:39 2018 +0100
+++ b/setup.py	Thu Dec 06 11:26:42 2018 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.18'
+version = '0.1.19'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []