diff --git a/pyaction/__init__.py b/pyaction/__init__.py index 4d5a636..2a6e3a0 100644 --- a/pyaction/__init__.py +++ b/pyaction/__init__.py @@ -1,5 +1,5 @@ from pyaction.workflow import PyAction # noqa -__version__ = "0.7.0" +__version__ = "0.7.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 d593ae2..6c8a4e6 100644 --- a/pyaction/template/{{action_slug}}/requirements.txt +++ b/pyaction/template/{{action_slug}}/requirements.txt @@ -1 +1 @@ -pyaction==0.7.0 +pyaction==0.7.1 diff --git a/pyproject.toml b/pyproject.toml index 03efb00..5af029d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyaction" -version = "0.7.0" +version = "0.7.1" description = "Create GitHub Actions using Python" authors = [{ name = "Sadra Yahyapour", email = "lnxpylnxpy@gmail.com" }] requires-python = ">=3.8" @@ -49,7 +49,7 @@ Repository = "https://github.com/lnxpy/pyaction" exclude = ["test*"] [tool.bumpversion] -current_version = "0.7.0" +current_version = "0.7.1" commit = "true" tag = "true"