Skip to content

Commit e35dbe8

Browse files
committed
Bump version: 0.5.2 → 0.5.3
1 parent c9fd7d2 commit e35dbe8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyaction/__init__.py

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

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.2"
7+
version = "0.5.3"
88
description = "Create GitHub Actions using Python"
99
authors = [{ name = "Sadra Yahyapour", email = "[email protected]" }]
1010
requires-python = ">=3.8"
@@ -29,7 +29,7 @@ Documentation = "https://pyaction.imsadra.me"
2929
Repository = "https://github.com/lnxpy/pyaction"
3030

3131
[tool.bumpversion]
32-
current_version = "0.5.2"
32+
current_version = "0.5.3"
3333
commit = "true"
3434
tag = "true"
3535

0 commit comments

Comments
 (0)