setup.py
changeset 76 f15face86bcc
parent 69 5046bae5973f
child 80 e86b9775913e
--- a/setup.py	Wed Jan 27 15:39:14 2021 +0100
+++ b/setup.py	Wed Jan 27 16:24:34 2021 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.14'
+version = '0.2.0'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []