Skip to content

Commit

Permalink
Up version and add certifi dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed Nov 25, 2021
1 parent 76eddd0 commit bbdd34c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Plex MPV Shim.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Plex MPV Shim"
#define MyAppVersion "1.10.2"
#define MyAppVersion "1.10.3"
#define MyAppPublisher "Ian Walton"
#define MyAppURL "https://github.com/iwalton3/plex-mpv-shim"
#define MyAppExeName "run.exe"
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='plex-mpv-shim',
version='1.10.2',
version='1.10.3',
author="Ian Walton",
author_email="[email protected]",
description="Cast media from Plex Mobile and Web apps to MPV. (Unofficial)",
Expand All @@ -25,7 +25,7 @@
"Operating System :: OS Independent",
],
python_requires='>=3.6',
install_requires=['python-mpv', 'requests', 'python-mpv-jsonipc>=1.1.8'],
install_requires=['python-mpv', 'requests', 'python-mpv-jsonipc>=1.1.8', 'certifi'],
include_package_data=True

)

0 comments on commit bbdd34c

Please sign in to comment.