Skip to content

Commit

Permalink
🔖 bump version 2025.2.2 -> 2025.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Automated Publisher committed Feb 24, 2025
1 parent 142f41f commit b9ec5e4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from __future__ import annotations

__version__ = "2025.2.2"
__version__ = "2025.2.3"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dev = [
[tool.bumpver]
commit = true
commit_message = ":bookmark: bump version {old_version} -> {new_version}"
current_version = "2025.2.2"
current_version = "2025.2.3"
push = false # set to false for CI
tag = true
version_pattern = "YYYY.MM.INC1"
Expand Down
2 changes: 1 addition & 1 deletion tests/test_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@


def test_version():
assert __version__ == "2025.2.2"
assert __version__ == "2025.2.3"

0 comments on commit b9ec5e4

Please sign in to comment.