Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pyodide/pyodide
/ get_version
Function
get_version
tools/backport.py:531–534 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
529
530
531
def
get_version() -> str:
532
(major, minor, patch) = last_tag_tuple()
533
patch += 1
534
return
f
"{major}.{minor}.{patch}"
535
536
537
#
Callers
5
make_changelog_branch
Function · 0.85
make_backport_branch
Function · 0.85
open_release_prs
Function · 0.85
set_date
Function · 0.85
bump_version
Function · 0.85
Calls
1
last_tag_tuple
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…