Skip to content

Commit b72c552

Browse files
committed
Bump patch version
1 parent bedb96f commit b72c552

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

zigpy_znp/__init__.py

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

0 commit comments

Comments
 (0)