diff --git a/pyproject.toml b/pyproject.toml index 30df9e7..482bcd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "poktroll-clients" -version = "0.1.0a1.dev3" +version = "0.1.0a1" description = "Python bindings for the Pocket Network protocol client library (libpoktroll-clients)" readme = "README.md" requires-python = ">=3.8"