Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowXBoss696 committed May 23, 2024
1 parent 7c4e04e commit dab944b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastboot/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

if _build_script.exists():
# We know we are running in development mode, as we have found the pyproject.toml file
__version__ = tomllib.loads(_build_script.read_text())["tool"]["poetry"]["version"] + ".dev"
__version__ = tomllib.loads(_build_script.read_text())["tool"]["poetry"]["version"]

else:
# Load metadata from installed package information
Expand Down

0 comments on commit dab944b

Please sign in to comment.