Skip to content

Commit

Permalink
version 1.5.0 final
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfthefallen committed Sep 22, 2016
1 parent 676b8f9 commit a4629d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion king_phisher/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."""
Expand Down

0 comments on commit a4629d6

Please # to comment.