setup.py
changeset 1444 3f7ee0f3e1b5
parent 1441 71c0d3142b7b
child 1450 6594f9d03438
--- a/setup.py	Mon Jan 11 16:45:22 2021 +0100
+++ b/setup.py	Tue Jan 12 13:37:48 2021 +0100
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.64.2'
+version = '0.1.65'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []