From 772da60901b5582141b4c9edb1888b33b2903321 Mon Sep 17 00:00:00 2001 From: Sadra Yahyapour Date: Sat, 13 Apr 2024 15:41:00 +0330 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.0=20=E2=86=92=200.5.1?= 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 cee6563..b3afa4f 100644 --- a/pyaction/__init__.py +++ b/pyaction/__init__.py @@ -1,3 +1,3 @@ -__version__ = "0.5.0" +__version__ = "0.5.1" __author__ = "Sadra Yahyapour" __email__ = "lnxpylnxpy@gmail.com" diff --git a/pyproject.toml b/pyproject.toml index d6bf487..41b77f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyaction" -version = "0.5.0" +version = "0.5.1" 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.5.0" +current_version = "0.5.1" commit = "true" tag = "true"