Skip to content

Commit

Permalink
[python] update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi authored Oct 22, 2024
1 parent 638106d commit 52ca0a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hal9"
version = "2.7.10"
version = "2.7.11"
description = ""
authors = ["Javier Luraschi <[email protected]>"]
readme = "README.md"
Expand All @@ -19,4 +19,4 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
hal9 = "hal9.cli:cli"
hal9 = "hal9.cli:cli"

0 comments on commit 52ca0a8

Please sign in to comment.