Skip to content

Commit

Permalink
Release 4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyWong16 committed Feb 27, 2022
1 parent 028745d commit bb4d0db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plexapi/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Library version
MAJOR_VERSION = 4
MINOR_VERSION = 9
PATCH_VERSION = 2
MINOR_VERSION = 10
PATCH_VERSION = 0
__short_version__ = f"{MAJOR_VERSION}.{MINOR_VERSION}"
__version__ = f"{__short_version__}.{PATCH_VERSION}"

0 comments on commit bb4d0db

Please sign in to comment.