Skip to content

Commit

Permalink
Upgrade cast_control
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdelorenzo committed Jun 12, 2021
1 parent 51b36fb commit f827af1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ mpris-server = ">=0.2.18"
pychromecast = ">=9.2.0"
pydbus = ">=0.6.0"
pygobject = ">=3.34.0"
cast_control = ">=0.10.8"
cast_control = ">=0.10.9"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ PyGObject>=3.34.0
mpris_server>=0.2.18

# new package
cast_control>=0.10.8; python_version >= '3.7'
cast_control>=0.10.9; python_version >= '3.7'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@


NAME: str = 'chromecast_mpris'
VERSION: str = '0.8.11'
VERSION: str = '0.8.12'
LICENSE: str = 'AGPL-3.0'
PY_VERSION: str = '>=3.6'

Expand Down

0 comments on commit f827af1

Please sign in to comment.