Skip to content

Commit

Permalink
Set the version to 0.1.3 final
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroSteiner committed Jun 4, 2014
1 parent 79b95db commit 11c22e7
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 @@ -34,7 +34,7 @@

version_info = collections.namedtuple('version_info', ['major', 'minor', 'micro'])(0, 1, 3)

version_label = 'beta'
version_label = ''
version = "{0}.{1}.{2}".format(version_info.major, version_info.minor, version_info.micro)

# distutils_version is compatible with distutils.version classes
Expand Down

0 comments on commit 11c22e7

Please sign in to comment.