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"