Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/anthropics/financial-services
/ rel
Function
rel
scripts/version_bump.py:76–77 ·
view source on GitHub ↗
(p: Path)
Source
from the content-addressed store, hash-verified
74
75
76
def
rel(p: Path) -> str:
77
return
str(p.relative_to(ROOT))
78
79
80
def
parse_semver(v: str) -> tuple[int, int, int] | None:
Callers
4
base_version
Function · 0.70
changed_plugins
Function · 0.70
cmd_apply
Function · 0.70
cmd_check
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected