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

Function _next_patch

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

Source from the content-addressed store, hash-verified

70
71
72def _next_patch(version: tuple[int, int, int]) -> tuple[int, int, int]:
73 return version[0], version[1], version[2] + 1
74
75
76def _latest_semver_tag() -> str | None:

Callers 1

_versions_from_partsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected