Skip to content

Commit 2cde3a1

Browse files
committed
Bump to 4.4.0
1 parent 12cf146 commit 2cde3a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plexapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
# PlexAPI Settings
1717
PROJECT = 'PlexAPI'
18-
VERSION = '4.3.1'
18+
VERSION = '4.4.0'
1919
TIMEOUT = CONFIG.get('plexapi.timeout', 30, int)
2020
X_PLEX_CONTAINER_SIZE = CONFIG.get('plexapi.container_size', 100, int)
2121
X_PLEX_ENABLE_FAST_CONNECT = CONFIG.get('plexapi.enable_fast_connect', False, bool)

0 commit comments

Comments
 (0)