Skip to content

Commit fac34a7

Browse files
committed
Bump version v0.2.0a3 -> v0.2.0
1 parent e12f67e commit fac34a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: ppafm/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.0a3"
1+
__version__ = "0.2.0"

Diff for: pyproject.toml

+1-1
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.0a3"
62+
current_version = "v0.2.0"
6363
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
6464
commit_message = "Bump version {old_version} -> {new_version}"
6565
commit = true

0 commit comments

Comments
 (0)