From 80f9306849b2aa2a484788e0770ae6b577502f41 Mon Sep 17 00:00:00 2001 From: Sadra Yahyapour Date: Wed, 17 Apr 2024 22:37:51 +0330 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.4=20=E2=86=92=200.5.5?= 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 9c3f2a7..8ebfa12 100644 --- a/pyaction/__init__.py +++ b/pyaction/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.5.4" +__version__ = "0.5.5" __author__ = "Sadra Yahyapour" __email__ = "lnxpylnxpy@gmail.com" diff --git a/pyaction/template/{{action_slug}}/requirements.txt b/pyaction/template/{{action_slug}}/requirements.txt index 9a4dde0..ee3e744 100644 --- a/pyaction/template/{{action_slug}}/requirements.txt +++ b/pyaction/template/{{action_slug}}/requirements.txt @@ -1 +1 @@ -pyaction==0.5.4 +pyaction==0.5.5 diff --git a/pyproject.toml b/pyproject.toml index 4304132..64be2b1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyaction" -version = "0.5.4" +version = "0.5.5" description = "Create GitHub Actions using Python" authors = [{ name = "Sadra Yahyapour", email = "lnxpylnxpy@gmail.com" }] requires-python = ">=3.8" @@ -40,7 +40,7 @@ Documentation = "https://pyaction.imsadra.me" Repository = "https://github.com/lnxpy/pyaction" [tool.bumpversion] -current_version = "0.5.4" +current_version = "0.5.5" commit = "true" tag = "true"