We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42cd818 commit 97b3aa2Copy full SHA for 97b3aa2
1 file changed
pym/bob/develop/version.py
@@ -62,7 +62,7 @@ def getVersion():
62
63
if not version:
64
# Last fallback. See PEP 440 and adjust accordingly.
65
- version = "1.2.dev999+unknown"
+ version = "1.3.dev999+unknown"
66
67
return version
68
0 commit comments