Skip to content

Commit c5286ad

Browse files
committed
Bump version v0.2.0a2 -> v0.2.0a3
1 parent 7c9c8a6 commit c5286ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ppafm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.0a2"
1+
__version__ = "0.2.0a3"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ find = {namespaces = false}
5959
version = {attr = "ppafm.version.__version__"}
6060

6161
[tool.bumpver]
62-
current_version = "v0.2.0a2"
62+
current_version = "v0.2.0a3"
6363
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
6464
commit_message = "Bump version {old_version} -> {new_version}"
6565
commit = true

0 commit comments

Comments
 (0)