Skip to content

Commit 7b7293b

Browse files
committed
AEJFNAJENF
1 parent 137dc73 commit 7b7293b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def get_version():
195195
except Exception:
196196
print("INFO: Didn't find sha. Is this a git repo?")
197197

198-
with open(_ROOT_DIR / "src/torchcodec/version.py") as f:
198+
with open(_ROOT_DIR / "src/torchcodec/version.py", "w") as f:
199199
f.write(f"__version__ = '{version}'\n")
200200

201201
return version

0 commit comments

Comments
 (0)