From f3563a3661c60289afea3c4445e585e055d31a98 Mon Sep 17 00:00:00 2001 From: Sadra Yahyapour Date: Sat, 13 Apr 2024 14:20:18 +0330 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.1=20=E2=86=92=200.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyaction/__init__.py | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyaction/__init__.py b/pyaction/__init__.py index b1cb8c5..cee6563 100644 --- a/pyaction/__init__.py +++ b/pyaction/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.4.1" +__version__ = "0.5.0" __author__ = "Sadra Yahyapour" __email__ = "lnxpylnxpy@gmail.com" diff --git a/pyproject.toml b/pyproject.toml index 1dc6a40..d6bf487 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyaction" -version = "0.4.1" +version = "0.5.0" description = "Create GitHub Actions using Python" authors = [{ name = "Sadra Yahyapour", email = "lnxpylnxpy@gmail.com" }] requires-python = ">=3.8" @@ -29,7 +29,7 @@ Documentation = "https://pyaction.imsadra.me" Repository = "https://github.com/lnxpy/pyaction" [tool.bumpversion] -current_version = "0.4.1" +current_version = "0.5.0" commit = "true" tag = "true"