From da2cafcf471cafb21b5b1a506c14921453882c43 Mon Sep 17 00:00:00 2001 From: Pavol Juhas Date: Sat, 30 Jan 2016 21:28:15 -0500 Subject: [PATCH] Version 1.3.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 43d26dab..c80cfe22 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ # Use this version when git data are not available, like in git zip archive. # Update when tagging a new release. -FALLBACK_VERSION = '1.3.post0' +FALLBACK_VERSION = '1.3.1.post0' # versioncfgfile holds version data for git commit hash and date. # It must reside in the same directory as version.py.