Skip to content

Commit

Permalink
chore: semantic-release commits pyproject.toml (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
abichinger authored Oct 25, 2023
1 parent 8b5ec02 commit 68d3a07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@semantic-release/git",
{
"message": "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}",
"assets": ["CHANGELOG.md", "setup.py", "setup.cfg"]
"assets": ["CHANGELOG.md", "pyproject.toml"]
}
]
]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "casbin"
version = "1.32.0"
version = "1.33.0"
authors = [
{name = "TechLee", email = "[email protected]"},
]
Expand Down

0 comments on commit 68d3a07

Please sign in to comment.