Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down