Skip to content

Commit

Permalink
version 1.4.0 Final
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfthefallen committed Aug 5, 2016
1 parent 9bc69c8 commit 43182b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion king_phisher/version.py
Expand Up @@ -66,7 +66,7 @@ def get_revision():
version_info = collections.namedtuple('version_info', ['major', 'minor', 'micro'])(1, 4, 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."""
Expand Down

0 comments on commit 43182b2

Please sign in to comment.