MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / _format_semver

Function _format_semver

tasks/scripts/release.py:68–69  ·  view source on GitHub ↗
(version: tuple[int, int, int])

Source from the content-addressed store, hash-verified

66
67
68def _format_semver(version: tuple[int, int, int]) -> str:
69 return f"{version[0]}.{version[1]}.{version[2]}"
70
71
72def _next_patch(version: tuple[int, int, int]) -> tuple[int, int, int]:

Callers 1

_versions_from_partsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected