Skip to content

Commit

Permalink
Bump version: 0.7.2 → 0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxpy committed Oct 29, 2024
1 parent 08ef390 commit 4224ec8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyaction/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from pyaction.workflow import PyAction # noqa

__version__ = "0.7.2"
__version__ = "0.7.3"
__author__ = "Sadra Yahyapour"
__email__ = "[email protected]"
2 changes: 1 addition & 1 deletion pyaction/template/{{action_slug}}/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pyaction==0.7.2
pyaction==0.7.3
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "pyaction"
version = "0.7.2"
version = "0.7.3"
description = "Create GitHub Actions using Python"
authors = [{ name = "Sadra Yahyapour", email = "[email protected]" }]
requires-python = ">=3.8"
Expand Down Expand Up @@ -50,7 +50,7 @@ Repository = "https://github.com/lnxpy/pyaction"
exclude = ["test*"]

[tool.bumpversion]
current_version = "0.7.2"
current_version = "0.7.3"
commit = "true"
tag = "true"

Expand Down

0 comments on commit 4224ec8

Please sign in to comment.