MCPcopy 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
145def get_thrust_version():
146 return subprocess.check_output(['git', 'describe', '--tags']).strip()
147
148
149def parse_version(version):

Callers 1

create-dist.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected