setup.py
branchdev-dc
changeset 274 39bf2d8df31d
parent 270 41f43b3456db
child 279 7ce23b44512d
--- a/setup.py	Tue Nov 20 15:19:28 2018 +0100
+++ b/setup.py	Tue Dec 04 15:53:25 2018 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.16'
+version = '0.1.18'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []