Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/breach/thrust
/ get_thrust_version
Function
get_thrust_version
scripts/util.py:145–146 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
143
144
145
def
get_thrust_version():
146
return
subprocess.check_output([
'git'
,
'describe'
,
'--tags'
]).strip()
147
148
149
def
parse_version(version):
Callers
1
create-dist.py
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected