Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sino-Huang authored Dec 18, 2023
1 parent 53ee56f commit 23fd68d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "dota_banpick"
authors = [{name = "Sukai Huang", email = "[email protected]"}]
version = "0.7.2"
version = "1.0.0"
requires-python = ">=3.10"
description = "BP helper for DOTA 2"
readme = "readme.md"
Expand All @@ -30,4 +30,4 @@ package-data = {"dota_banpick" = ["**/*"]} # include all of them


[project.scripts]
dota-banpick = "dota_banpick.__main__:main_cli"
dota-banpick = "dota_banpick.__main__:main_cli"

0 comments on commit 23fd68d

Please sign in to comment.