Skip to content

Commit

Permalink
Set the version to 0.1.5 final
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroSteiner committed Sep 29, 2014
1 parent 0230971 commit 1153eb4
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 @@ -35,7 +35,7 @@
version_info = collections.namedtuple('version_info', ['major', 'minor', 'micro'])(0, 1, 5)
"""A tuple representing the version information in the format ('major', 'minor', 'micro')"""

version_label = 'beta'
version_label = ''
"""A version lable 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 1153eb4

Please sign in to comment.