setup.py
changeset 188 185fd94902f4
parent 185 8fdec2127a9f
child 190 48c60a7582ac
--- a/setup.py	Wed Feb 06 09:38:32 2019 +0100
+++ b/setup.py	Wed Feb 06 09:39:28 2019 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.27.2'
+version = '0.1.27.3'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []