setup.py
changeset 57 957f132174b4
parent 53 b08157a816a5
child 62 bee8ce78226a
--- a/setup.py	Sat Jan 27 00:23:57 2018 +0100
+++ b/setup.py	Sat Jan 27 00:27:45 2018 +0100
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.7'
+version = '0.1.8'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []