Skip to content

Commit d5fcfd0

Browse files
committed
Release 4.17.0
1 parent 3c4251a commit d5fcfd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plexapi/const.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Library version
55
MAJOR_VERSION = 4
6-
MINOR_VERSION = 16
7-
PATCH_VERSION = 1
6+
MINOR_VERSION = 17
7+
PATCH_VERSION = 0
88
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
99
__version__ = f"{__short_version__}.{PATCH_VERSION}"

0 commit comments

Comments
 (0)