Skip to content

Commit

Permalink
chore: Release 0.1.3 (try github release action)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddanier committed Sep 11, 2022
1 parent 2463b18 commit f26620a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Upload Python Package to PyPI
name: "RELEASE: Upload Python Package to PyPI"
on:
release:
types: [published]
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-apply"
version = "0.1.2"
version = "0.1.3"
description = "Apply changes as patches to pydanic models."
authors = ["TEAM23 GmbH <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit f26620a

Please sign in to comment.