From 715741226f9f1fff4ce7ab75a7f152b2b91b93d4 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 3 Oct 2024 06:30:27 +0330 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.0=20=E2=86=92=200.7.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyaction/__init__.py | 2 +- pyaction/template/{{action_slug}}/requirements.txt | 2 +- pyproject.toml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pyaction/__init__.py b/pyaction/__init__.py index 4d5a636..2a6e3a0 100644 --- a/pyaction/__init__.py +++ b/pyaction/__init__.py @@ -1,5 +1,5 @@ from pyaction.workflow import PyAction # noqa -__version__ = "0.7.0" +__version__ = "0.7.1" __author__ = "Sadra Yahyapour" __email__ = "lnxpylnxpy@gmail.com" diff --git a/pyaction/template/{{action_slug}}/requirements.txt b/pyaction/template/{{action_slug}}/requirements.txt index d593ae2..6c8a4e6 100644 --- a/pyaction/template/{{action_slug}}/requirements.txt +++ b/pyaction/template/{{action_slug}}/requirements.txt @@ -1 +1 @@ -pyaction==0.7.0 +pyaction==0.7.1 diff --git a/pyproject.toml b/pyproject.toml index 03efb00..5af029d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyaction" -version = "0.7.0" +version = "0.7.1" description = "Create GitHub Actions using Python" authors = [{ name = "Sadra Yahyapour", email = "lnxpylnxpy@gmail.com" }] requires-python = ">=3.8" @@ -49,7 +49,7 @@ Repository = "https://github.com/lnxpy/pyaction" exclude = ["test*"] [tool.bumpversion] -current_version = "0.7.0" +current_version = "0.7.1" commit = "true" tag = "true"