Skip to content

Commit 8b53e2b

Browse files
authored
Update __version__.py
1 parent 6ae7ecb commit 8b53e2b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

WrightSim/__version__.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
__all__ = ["__version__", "__branch__"]
88

99
# read from VERSION file
10-
with __here__ / "VERSION" as f:
11-
__version__ = f.read_text().strip()
10+
__version__ = (__here__ / "VERSION").read_text().strip()
1211

1312
# add git branch, if appropriate
1413
p = __here__.parent / ".git" / "HEAD"

0 commit comments

Comments
 (0)