Skip to content

Commit 275265d

Browse files
committed
bump version 2026.1.2 -> 2026.1.3
1 parent d8377b1 commit 275265d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ requires = ["setuptools", "wheel"]
44
[project]
55
name = "velbus-aio"
66
license = {text = "MIT"}
7-
version = "2026.1.2"
7+
version = "2026.1.3"
88
description = "Open-source home automation platform running on Python 3."
99
readme = "README.md"
1010
authors = [
@@ -53,7 +53,7 @@ exclude_dirs = ["tests"]
5353
skips = ["B301", "B403", "B323", "B104", "B110"]
5454

5555
[tool.bumpver]
56-
current_version = "2026.1.2"
56+
current_version = "2026.1.3"
5757
version_pattern = "YYYY.MM.INC0"
5858
commit_message = "bump version {old_version} -> {new_version}"
5959
commit = true

0 commit comments

Comments
 (0)