setup.py
changeset 24 fc5c69dafa53
parent 15 00269ed7ab5e
child 33 3e45670aae22
--- a/setup.py	Tue Nov 15 10:45:45 2016 +0100
+++ b/setup.py	Wed Jun 07 10:57:27 2017 +0200
@@ -22,7 +22,7 @@
 README = os.path.join(DOCS, 'README.txt')
 HISTORY = os.path.join(DOCS, 'HISTORY.txt')
 
-version = '0.1.2'
+version = '0.1.3'
 long_description = open(README).read() + '\n\n' + open(HISTORY).read()
 
 tests_require = []