Skip to content

Commit 71fa419

Browse files
committed
Bump version: 0.8.1 → 0.8.2
1 parent e99112c commit 71fa419

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

pyaction/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from pyaction.workflow import PyAction # noqa
44

5-
__version__ = "0.8.1"
5+
__version__ = "0.8.2"
66
__author__ = "Sadra Yahyapour"
77
__email__ = "[email protected]"
88

pyaction/action_template/{{action_slug}}/pyproject.toml.jinja

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ version = "0.0.1"
44
description = "{{ description }}"
55
readme = "README.md"
66
requires-python = ">={{ python_version }}"
7-
dependencies = ["pyaction==0.8.1"]
7+
dependencies = ["pyaction==0.8.2"]
88

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

1212
[project.optional-dependencies]
13-
cli = ["pyaction[cli]==0.8.1"]
13+
cli = ["pyaction[cli]==0.8.2"]

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pyaction"
7-
version = "0.8.1"
7+
version = "0.8.2"
88
description = "Create GitHub Actions using Python"
99
authors = [{ name = "Sadra Yahyapour", email = "[email protected]" }]
1010
requires-python = ">=3.9"
@@ -41,7 +41,7 @@ Repository = "https://github.com/lnxpy/pyaction"
4141
exclude = ["test*"]
4242

4343
[tool.bumpversion]
44-
current_version = "0.8.1"
44+
current_version = "0.8.2"
4545
commit = "true"
4646
tag = "true"
4747

0 commit comments

Comments
 (0)