Skip to content

Commit

Permalink
Bump version: 0.8.1 → 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxpy committed Nov 22, 2024
1 parent e99112c commit 71fa419
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyaction/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from pyaction.workflow import PyAction # noqa

__version__ = "0.8.1"
__version__ = "0.8.2"
__author__ = "Sadra Yahyapour"
__email__ = "[email protected]"

Expand Down
4 changes: 2 additions & 2 deletions pyaction/action_template/{{action_slug}}/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ version = "0.0.1"
description = "{{ description }}"
readme = "README.md"
requires-python = ">={{ python_version }}"
dependencies = ["pyaction==0.8.1"]
dependencies = ["pyaction==0.8.2"]

[tool.setuptools.packages.find]
exclude = ["test*"]

[project.optional-dependencies]
cli = ["pyaction[cli]==0.8.1"]
cli = ["pyaction[cli]==0.8.2"]
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.8.1"
version = "0.8.2"
description = "Create GitHub Actions using Python"
authors = [{ name = "Sadra Yahyapour", email = "[email protected]" }]
requires-python = ">=3.9"
Expand Down Expand Up @@ -41,7 +41,7 @@ Repository = "https://github.com/lnxpy/pyaction"
exclude = ["test*"]

[tool.bumpversion]
current_version = "0.8.1"
current_version = "0.8.2"
commit = "true"
tag = "true"

Expand Down

0 comments on commit 71fa419

Please sign in to comment.