MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / parse_version

Function parse_version

misc/python/materialize/release/cut_release.py:22–23  ·  view source on GitHub ↗
(version: str)

Source from the content-addressed store, hash-verified

20
21
22def parse_version(version: str) -> Version:
23 return Version.parse(re.sub(r"^v", "", version))
24
25
26def main():

Callers 1

getMethod · 0.85

Calls 2

parseMethod · 0.45
subMethod · 0.45

Tested by

no test coverage detected