setup.py
changeset 33 940234ecb095
parent 20 f022906f90ab
child 38 6b8bca3a30a8
--- a/setup.py	Mon May 22 00:43:49 2017 +0200
+++ b/setup.py	Wed Jun 07 10:43:09 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 = []