setup.py
changeset 16 6376d1ff2918
parent 11 85506e4365c5
child 23 0f5d1fa99b9f
--- a/setup.py	Tue Apr 03 15:21:30 2018 +0200
+++ b/setup.py	Tue Apr 03 15:22:12 2018 +0200
@@ -25,7 +25,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 = []