Skip to content

Commit

Permalink
feat/update readme with latest version (#7)
Browse files Browse the repository at this point in the history
* doc: Update README example with latest version

* build: Update pyproject.toml with latest version
  • Loading branch information
jbrocher authored May 12, 2023
1 parent add26ac commit de2151d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: AI powerd Automatic PR Body Generation
uses: jbrocher/auto-pr-body-generator@v0.1.0
uses: jbrocher/auto-pr-body-generator@v0.2.2
with:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
```
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "auto-pr-body-generator"
version = "0.1.1"
version = "0.2.2"
description = ""
authors = ["Jean-Baptiste Rocher <jeanb.rocher@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit de2151d

Please sign in to comment.