setup.py
changeset 1278 5a012d5b4d68
parent 1275 32da1f79fb76
child 1283 8e96d653a9ff
--- a/setup.py	Thu Feb 14 16:29:53 2019 +0100
+++ b/setup.py	Thu Feb 14 17:44:38 2019 +0100
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.45'
+version = '0.1.46'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []