Skip to content

Commit

Permalink
Bump version: 0.5.6 → 0.5.7
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxpy committed Apr 19, 2024
1 parent 2e63a5d commit b24cd93
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyaction/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = "0.5.6"
__version__ = "0.5.7"
__author__ = "Sadra Yahyapour"
__email__ = "[email protected]"
2 changes: 1 addition & 1 deletion pyaction/template/{{action_slug}}/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pyaction==0.5.6
pyaction==0.5.7
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pyaction"
version = "0.5.6"
version = "0.5.7"
description = "Create GitHub Actions using Python"
authors = [{ name = "Sadra Yahyapour", email = "[email protected]" }]
requires-python = ">=3.8"
Expand Down Expand Up @@ -39,7 +39,7 @@ Documentation = "https://pyaction.imsadra.me"
Repository = "https://github.com/lnxpy/pyaction"

[tool.bumpversion]
current_version = "0.5.6"
current_version = "0.5.7"
commit = "true"
tag = "true"

Expand Down

0 comments on commit b24cd93

Please sign in to comment.