Skip to content

Commit

Permalink
Bump version: 0.5.2 → 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxpy committed Apr 13, 2024
1 parent c9fd7d2 commit e35dbe8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2"
__version__ = "0.5.3"
__author__ = "Sadra Yahyapour"
__email__ = "[email protected]"
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.2"
version = "0.5.3"
description = "Create GitHub Actions using Python"
authors = [{ name = "Sadra Yahyapour", email = "[email protected]" }]
requires-python = ">=3.8"
Expand All @@ -29,7 +29,7 @@ Documentation = "https://pyaction.imsadra.me"
Repository = "https://github.com/lnxpy/pyaction"

[tool.bumpversion]
current_version = "0.5.2"
current_version = "0.5.3"
commit = "true"
tag = "true"

Expand Down

0 comments on commit e35dbe8

Please sign in to comment.