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

Changes version to 0.3.1

parent c22fb3ef
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ Pep 386 compliant version info.
(1, 2, 0, 'beta', 2) => "1.2b2"
"""
version_info = (0, 3, 0, 'final', 0)
version_info = (0, 3, 1, 'final', 0)
def _get_version(version_info):
"""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