Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
criccomini committed Sep 1, 2023
1 parent 878e000 commit b0a65cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
TAG_NAME=${{ github.ref }}
TAG_NAME=${TAG_NAME#refs/tags/}
NEW_VERSION=$(echo $TAG_NAME | awk -F. '{$NF++; print $1"."$2"."$NF}')
toml set pyproject.toml project.version "$NEW_VERSION"
toml set pyproject.toml project.version "$NEW_VERSION" > pyproject.toml
- name: Commit version bump
uses: stefanzweifel/git-auto-commit-action@v4
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 = "recap-core"
version = "0.7.5"
version = "0.8.0"
description = "Read schemas from web service, databases, and schema registries in a standard format"
authors = [
{name = "Chris Riccomini", email = "criccomini@apache.org"},
Expand Down

0 comments on commit b0a65cf

Please sign in to comment.