bump version 3.1.3

Signed-off-by: Stephen L. <lrq3000@gmail.com>
This commit is contained in:
Stephen L 2015-11-28 03:39:45 +01:00
parent 4320ffbde3
commit f9a867f618
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
# Definition of the version number
version_info = 3, 1, 2 # major, minor, patch, -extra
version_info = 3, 1, 3 # major, minor, patch, -extra
# Nice string for the version
__version__ = '.'.join(map(str, version_info)).replace('.-', '-').strip('.-')