From dd658b40acbef4209ae8c2e3f00975c7a2f2c388 Mon Sep 17 00:00:00 2001 From: timotheeMM <143833750+timotheeMM@users.noreply.github.com> Date: Wed, 24 Jan 2024 16:40:25 +0100 Subject: [PATCH] update version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0242d2b..fb94491 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "random-letter" -version = "0.0.2" +version = "0.0.3" description = "A python package that allows to get a random letter" readme = "README.md" requires-python = ">=3.8"