Skip to content

Commit

Permalink
fix version path
Browse files Browse the repository at this point in the history
  • Loading branch information
yzh119 committed Jan 28, 2024
1 parent 20f3cd0 commit 78fbef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def get_local_version_suffix() -> str:


def get_version():
with open(root / "version.txt") as f:
with open(root.parent / "version.txt") as f:
version = f.read().strip()
version += get_local_version_suffix()
return version
Expand Down

0 comments on commit 78fbef7

Please sign in to comment.