From 193b6b5713caf22c6a26b953f5c26c1da2769afb Mon Sep 17 00:00:00 2001 From: Sadra Yahyapour Date: Tue, 19 Nov 2024 14:09:11 +0330 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.3=20=E2=86=92=200.8.0?= 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 68b8356..4e3a4c1 100644 --- a/pyaction/__init__.py +++ b/pyaction/__init__.py @@ -2,7 +2,7 @@ from pyaction.workflow import PyAction # noqa -__version__ = "0.7.3" +__version__ = "0.8.0" __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 b83eaaf..c35cfba 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.7.3"] +dependencies = ["pyaction==0.8.0"] [project.optional-dependencies] -dev = ["pyaction[cli]==0.7.3"] +dev = ["pyaction[cli]==0.8.0"] diff --git a/pyproject.toml b/pyproject.toml index 0e04369..9ef582a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pyaction" -version = "0.7.3" +version = "0.8.0" description = "Create GitHub Actions using Python" authors = [{ name = "Sadra Yahyapour", email = "lnxpylnxpy@gmail.com" }] requires-python = ">=3.9" @@ -42,7 +42,7 @@ Repository = "https://github.com/lnxpy/pyaction" exclude = ["test*"] [tool.bumpversion] -current_version = "0.7.3" +current_version = "0.8.0" commit = "true" tag = "true"