Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
22
def
parse_version(version: str) -> Version:
23
return
Version.parse(re.sub(r
"^v"
,
""
, version))
24
25
26
def
main():
Callers
1
get
Method · 0.85
Calls
2
parse
Method · 0.45
sub
Method · 0.45
Tested by
no test coverage detected