From a800137b3af2d303746be51b29b09dddbfbee89a Mon Sep 17 00:00:00 2001 From: Sadra Yahyapour Date: Wed, 20 Nov 2024 16:15:23 +0330 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.8.0=20=E2=86=92=200.8.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyaction/__init__.py | 2 +- pyaction/action_template/{{action_slug}}/pyproject.toml.jinja | 4 ++-- pyproject.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyaction/__init__.py b/pyaction/__init__.py index 4e3a4c1..dc088f0 100644 --- a/pyaction/__init__.py +++ b/pyaction/__init__.py @@ -2,7 +2,7 @@ from pyaction.workflow import PyAction # noqa -__version__ = "0.8.0" +__version__ = "0.8.1" __author__ = "Sadra Yahyapour" __email__ = "lnxpylnxpy@gmail.com" diff --git a/pyaction/action_template/{{action_slug}}/pyproject.toml.jinja b/pyaction/action_template/{{action_slug}}/pyproject.toml.jinja index c7f947d..e3fea44 100644 --- a/pyaction/action_template/{{action_slug}}/pyproject.toml.jinja +++ b/pyaction/action_template/{{action_slug}}/pyproject.toml.jinja @@ -4,7 +4,7 @@ version = "0.0.1" description = "{{ description }}" readme = "README.md" requires-python = ">={{ python_version }}" -dependencies = ["pyaction==0.8.0"] +dependencies = ["pyaction==0.8.1"] [project.optional-dependencies] -cli = ["pyaction[cli]==0.8.0"] +cli = ["pyaction[cli]==0.8.1"] diff --git a/pyproject.toml b/pyproject.toml index a7b6059..4abee4e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pyaction" -version = "0.8.0" +version = "0.8.1" description = "Create GitHub Actions using Python" authors = [{ name = "Sadra Yahyapour", email = "lnxpylnxpy@gmail.com" }] requires-python = ">=3.9" @@ -41,7 +41,7 @@ Repository = "https://github.com/lnxpy/pyaction" exclude = ["test*"] [tool.bumpversion] -current_version = "0.8.0" +current_version = "0.8.1" commit = "true" tag = "true"