setup.py
changeset 160 738848a8d911
parent 156 7aacb5557096
child 163 8c9d1cf7c4c4
--- a/setup.py	Tue Jun 25 16:27:09 2019 +0200
+++ b/setup.py	Wed Jun 26 11:14:21 2019 +0200
@@ -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 = []