Skip to content

Commit

Permalink
0.45.0 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
puddly committed Apr 26, 2022
1 parent e01fb7a commit 7807afe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zigpy/__init__.py
@@ -1,5 +1,5 @@
MAJOR_VERSION = 0
MINOR_VERSION = 44
PATCH_VERSION = "2"
MINOR_VERSION = 45
PATCH_VERSION = "0"
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
__version__ = f"{__short_version__}.{PATCH_VERSION}"

0 comments on commit 7807afe

Please sign in to comment.