From 18169ccc6dae00a74b78046b2e13ebb0233ed86d Mon Sep 17 00:00:00 2001 From: Sadra Yahyapour Date: Sat, 11 May 2024 20:45:24 +0330 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.6.0=20=E2=86=92=200.6.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 f467882..641eb0e 100644 --- a/pyaction/__init__.py +++ b/pyaction/__init__.py @@ -1,5 +1,5 @@ from pyaction.workflow import PyAction # noqa -__version__ = "0.6.0" +__version__ = "0.6.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 0afd2c1..f292681 100644 --- a/pyaction/template/{{action_slug}}/requirements.txt +++ b/pyaction/template/{{action_slug}}/requirements.txt @@ -1 +1 @@ -pyaction==0.6.0 +pyaction==0.6.1 diff --git a/pyproject.toml b/pyproject.toml index 23fe6c1..71b9000 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyaction" -version = "0.6.0" +version = "0.6.1" description = "Create GitHub Actions using Python" authors = [{ name = "Sadra Yahyapour", email = "lnxpylnxpy@gmail.com" }] requires-python = ">=3.8" @@ -43,7 +43,7 @@ Documentation = "https://pyaction.imsadra.me" Repository = "https://github.com/lnxpy/pyaction" [tool.bumpversion] -current_version = "0.6.0" +current_version = "0.6.1" commit = "true" tag = "true"