diff --git a/pyproject.toml b/pyproject.toml index 14b4c4e..acb4474 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = ["setuptools", "wheel"] [project] name = "devstats" -version = "0.1rc0.dev0" +version = "0.1rc0" requires-python = ">=3.10" description = "Developer tool for scientific Python libraries" license = {file = "LICENSE"}