Skip to content

Commit

Permalink
Merge pull request #158 from zigpy/master
Browse files Browse the repository at this point in the history
Merge `master` into `dev`
  • Loading branch information
puddly authored Oct 1, 2023
2 parents 53d516c + a006278 commit 2f2e1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zigpy_xbee/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
MAJOR_VERSION = 0
MINOR_VERSION = 18
PATCH_VERSION = "0.dev0"
PATCH_VERSION = "3"
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
__version__ = f"{__short_version__}.{PATCH_VERSION}"

0 comments on commit 2f2e1ae

Please sign in to comment.