Skip to content

Commit

Permalink
fixed version reading bug
Browse files Browse the repository at this point in the history
  • Loading branch information
AmeerArsala committed Oct 2, 2024
1 parent d000b60 commit b62d910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/helpers/read-version.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@

version: str = pyproject_dot_toml["project"]["version"]

sys.stdout(version)
sys.stdout.write(version)
sys.exit(0)

0 comments on commit b62d910

Please sign in to comment.