setup.py
changeset 1460 48d96b3c3fd9
parent 1457 c57aa476bc69
child 1463 494f862afeb6
--- a/setup.py	Wed Feb 10 13:09:44 2021 +0100
+++ b/setup.py	Wed Feb 10 13:17:30 2021 +0100
@@ -24,7 +24,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.68'
+version = '0.1.69'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []