Skip to content

Commit 5919c53

Browse files
committed
Bump version v0.2.2 -> v0.3.0
1 parent d629c6d commit 5919c53

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.2"
1+
__version__ = "0.3.0"

pyproject.toml

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

6363
[tool.bumpver]
64-
current_version = "v0.2.2"
64+
current_version = "v0.3.0"
6565
version_pattern = "vMAJOR.MINOR.PATCH[PYTAGNUM]"
6666
commit_message = "Bump version {old_version} -> {new_version}"
6767
commit = true

0 commit comments

Comments
 (0)