diff --git a/pyproject.toml b/pyproject.toml index 7ef1e90..e71763d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pygrep" -version = "0.2" +version = "0.3" description = "Find python identifiers" authors = [{ name = "Axel Hecht", email = "axel@pike.org" }]