Skip to content

Commit

Permalink
Version 1.9.0 Final
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Daguerre committed Nov 22, 2017
1 parent e5dad5a commit 95016cc
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 @@ -67,7 +67,7 @@ def get_revision():
version_info = collections.namedtuple('version_info', ('major', 'minor', 'micro'))(1, 9, 0)
"""A tuple representing the version information in the format ('major', 'minor', 'micro')"""

version_label = 'beta5'
version_label = ''
"""A version label such as alpha or beta."""

version = "{0}.{1}.{2}".format(version_info.major, version_info.minor, version_info.micro)
Expand Down

0 comments on commit 95016cc

Please sign in to comment.