setup.py
changeset 127 bae94df79fda
parent 123 1dd63411c085
child 131 415faf6d09ed
--- a/setup.py	Tue Nov 24 15:33:38 2020 +0100
+++ b/setup.py	Wed Nov 25 13:03:35 2020 +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 = []