Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
yzh119 committed Jan 28, 2024
1 parent 74e6d65 commit 9611d42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def get_local_version_suffix() -> str:


def get_version():
assert False, root.resolve()
with open(root / "version.txt") as f:
version = f.read().strip()
version += get_local_version_suffix()
Expand Down
File renamed without changes.

0 comments on commit 9611d42

Please sign in to comment.