Skip to content
Snippets Groups Projects
Commit 1c66331e authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Bump version number

parent 0394374f
Branches restructure
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ Pep 386 compliant version info. ...@@ -10,7 +10,7 @@ Pep 386 compliant version info.
(1, 2, 0, 'beta', 2) => "1.2b2" (1, 2, 0, 'beta', 2) => "1.2b2"
""" """
version_info = (0, 7, 0, 'final', 0) version_info = (0, 7, 1, 'final', 0)
def _get_version(version_info): def _get_version(version_info):
"""Return a PEP 386-compliant version number.""" """Return a PEP 386-compliant version number."""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment