Skip to content

Commit 87880ea

Browse files
rnegronclaude
andcommitted
fix: sync version to 0.3.0 across all version files
Commitizen missed updating __init__.py during the last bump due to version mismatch. This syncs all version locations to ensure future bumps work correctly. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 56fc2d7 commit 87880ea

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

athm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
TransactionStatus,
2626
)
2727

28-
__version__ = "0.2.0"
28+
__version__ = "0.3.0"
2929
__author__ = "Raúl Negrón-Otero"
3030
__email__ = "raul.esteban.negron@gmail.com"
3131

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "athm"
7-
version = "0.2.0"
7+
version = "0.3.0"
88
description = "A modern Python library for the ATH Móvil payment API"
99
readme = "README.md"
1010
license = { text = "MIT" }

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)