Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
chyok authored Jul 19, 2024
1 parent cdd46b4 commit 5fff2d7
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
@@ -1,6 +1,6 @@
[tool.poetry]
name = "ten-drops"
version = "1.0.2"
version = "1.0.3"
description = "A ten drops game written in pygame-ce."
authors = ["chyok <[email protected]>"]
maintainers = ["chyok <[email protected]>"]
Expand All @@ -21,4 +21,4 @@ requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.scripts]
ten-drops = "ten_drops.cli:run"
ten-drops = "ten_drops.cli:run"

0 comments on commit 5fff2d7

Please sign in to comment.