From 5fff2d70531cb2b5fb3f27a711f150964cc1e4b0 Mon Sep 17 00:00:00 2001 From: chyok Date: Fri, 19 Jul 2024 23:18:42 +0800 Subject: [PATCH] Update version --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 103673d..91f1cc9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] maintainers = ["chyok "] @@ -21,4 +21,4 @@ requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" [tool.poetry.scripts] -ten-drops = "ten_drops.cli:run" \ No newline at end of file +ten-drops = "ten_drops.cli:run"