setup.py
changeset 1450 6594f9d03438
parent 1444 3f7ee0f3e1b5
child 1454 c98a34039cf4
--- a/setup.py	Wed Jan 27 15:47:25 2021 +0100
+++ b/setup.py	Wed Jan 27 16:14:21 2021 +0100
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.65'
+version = '0.1.66'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []