Skip to content

Commit 36f3e34

Browse files
committed
version: bump version 1.2.2 -> 1.2.3
1 parent eb167c7 commit 36f3e34

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ profile = "black"
8181
addopts = "--verbose -r s"
8282

8383
[tool.bumpver]
84-
current_version = "1.2.2"
84+
current_version = "1.2.3"
8585
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
8686
commit_message = "version: bump version {old_version} -> {new_version}"
8787
commit = true

swvo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# SPDX-License-Identifier: Apache-2.0
44

5-
__version__ = "1.2.2"
5+
__version__ = "1.2.3"
66

77
from swvo import io as io
88
from swvo.logger import setup_logging

0 commit comments

Comments
 (0)