From a4629d62288c50fada5fc685dfc93e18b519a7a7 Mon Sep 17 00:00:00 2001 From: wolfthefallen Date: Thu, 22 Sep 2016 14:31:17 -0400 Subject: [PATCH] version 1.5.0 final --- king_phisher/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/king_phisher/version.py b/king_phisher/version.py index d73dd962..35fc2510 100644 --- a/king_phisher/version.py +++ b/king_phisher/version.py @@ -66,7 +66,7 @@ def get_revision(): version_info = collections.namedtuple('version_info', ['major', 'minor', 'micro'])(1, 5, 0) """A tuple representing the version information in the format ('major', 'minor', 'micro')""" -version_label = 'beta' +version_label = '' """A version label such as alpha or beta.""" version = "{0}.{1}.{2}".format(version_info.major, version_info.minor, version_info.micro) """A string representing the full version information."""