Skip to content

Commit

Permalink
Set the version to 0.1.6 final
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroSteiner committed Nov 3, 2014
1 parent 9314d33 commit 862885b
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, 6)
"""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 862885b

Please sign in to comment.