Skip to content

Commit

Permalink
Bump version: 0.0.55 → 0.0.56
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 5, 2024
1 parent cc52322 commit 2bb9df3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.0.55
current_version = 0.0.56
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion piel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@

__author__ = """Dario Quintero"""
__email__ = "darioaquintero@gmail.com"
__version__ = "0.0.55"
__version__ = "0.0.56"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ packages = [
]
readme = "README.md"
repository = "https://github.com/daquintero/piel"
version = "0.0.55"
version = "0.0.56"

[tool.poetry.dependencies]
Click = ">=7.0"
Expand Down

0 comments on commit 2bb9df3

Please sign in to comment.