diff --git a/README.md b/README.md index 272f698..fdce967 100644 --- a/README.md +++ b/README.md @@ -116,8 +116,8 @@ Before the first release, configure PyPI Trusted Publishing for this repository Release example: ```bash -git tag 0.1.2 -git push origin 0.1.2 +git tag 0.2.0 +git push origin 0.2.0 ``` Tags like `v0.1.0`, `0.1`, or `0.1.0rc1` will not publish. diff --git a/pyproject.toml b/pyproject.toml index 50cb24e..760c942 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "hermes-github-app-plugin" -version = "0.1.2" +version = "0.2.0" description = "Hermes plugin for per-agent GitHub App identity, gh/git wrappers, and GitHub App-aware tools." readme = "README.md" requires-python = ">=3.10"