Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DamKast committed Jul 2, 2024
1 parent c7644c4 commit 24dd1bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ license = GPL-3.0
packages = find:
python_requires = >=3.7
install_requires =
zigpy>=0.55.0
zigpy>=0.60.2
async_timeout
voluptuous
coloredlogs
Expand Down
4 changes: 2 additions & 2 deletions zigpy_zboss/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""Init file for the zigpy_zboss package."""

MAJOR_VERSION = 1
MINOR_VERSION = 1
PATCH_VERSION = 5
MINOR_VERSION = 2
PATCH_VERSION = 0

__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
__version__ = f"{__short_version__}.{PATCH_VERSION}"

0 comments on commit 24dd1bb

Please sign in to comment.