Skip to content

Commit b24cd93

Browse files
committed
Bump version: 0.5.6 → 0.5.7
1 parent 2e63a5d commit b24cd93

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

pyaction/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "0.5.6"
1+
__version__ = "0.5.7"
22
__author__ = "Sadra Yahyapour"
33
__email__ = "[email protected]"
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pyaction==0.5.6
1+
pyaction==0.5.7

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

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

4141
[tool.bumpversion]
42-
current_version = "0.5.6"
42+
current_version = "0.5.7"
4343
commit = "true"
4444
tag = "true"
4545

0 commit comments

Comments
 (0)