Skip to content

Commit 3339297

Browse files
committed
0.16.0.dev0 Version bump
1 parent 4ccb5ae commit 3339297

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

zigpy_xbee/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
MAJOR_VERSION = 0
2-
MINOR_VERSION = 15
2+
MINOR_VERSION = 16
33
PATCH_VERSION = "0.dev0"
4-
__short_version__ = "{}.{}".format(MAJOR_VERSION, MINOR_VERSION)
5-
__version__ = "{}.{}".format(__short_version__, PATCH_VERSION)
4+
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
5+
__version__ = f"{__short_version__}.{PATCH_VERSION}"

0 commit comments

Comments
 (0)