Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/breach/thrust
/ create_version
Function
create_version
scripts/create-dist.py:151–154 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
149
150
151
def
create_version():
152
version_path = os.path.join(SOURCE_ROOT,
'dist'
,
'version'
)
153
with
open(version_path,
'w'
)
as
version_file:
154
version_file.write(THRUST_SHELL_VERSION)
155
156
157
def
create_dist_zip():
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected