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