Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter committed Apr 17, 2023
1 parent 62d2678 commit 7a2dedb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
git commit -m "Bump version to ${NEW_VERSION}"
git tag "v${NEW_VERSION}"
# poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
# poetry publish --build
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
poetry publish --build
git push
git push --tags
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 = "pydantic-avro"
version = "0.4.2"
version = "0.5.0"
description = "Converting pydantic classes to avro schemas"
authors = ["Peter van 't Hof' <peter.vanthof@godatadriven.com>"]

Expand Down

0 comments on commit 7a2dedb

Please sign in to comment.