Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
HamletSargsyan committed Jan 25, 2025
1 parent 9612110 commit d6ec7a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def run_command(command: str):

with open("pyproject.toml", "r") as f:
pyproject = toml.load(f).unwrap()
pyproject["tool"]["poetry"]["version"] = str(version)
pyproject["project"]["version"] = str(version)

with open("pyproject.toml", "w") as f:
toml.dump(pyproject, f)
Expand Down

0 comments on commit d6ec7a8

Please sign in to comment.