diff --git a/cast_control/__init__.py b/cast_control/__init__.py index b48a4cc..85ae4b0 100644 --- a/cast_control/__init__.py +++ b/cast_control/__init__.py @@ -8,7 +8,7 @@ __license__: Final[str] = 'AGPL-3.0' __copyright__: Final[str] = \ f'Copyright 2021 {__author__}. Licensed under terms of the {__license__}.' -__version__: Final[str] = '0.11.3' +__version__: Final[str] = '0.11.4' NAME: Final[str] = 'cast_control' SHORT_NAME: Final[str] = 'castctl' diff --git a/pyproject.toml b/pyproject.toml index 0213d15..6a4a653 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ [project] name = "cast_control" - version = "0.11.3" + version = "0.11.4" description = "📺 Control Chromecasts from Linux and D-Bus" license = "AGPL-3.0" homepage = "https://github.com/alexdelorenzo/cast_control" @@ -16,12 +16,12 @@ [project.dependencies] python = ">=3.7" - appdirs = "==1.4.4" + appdirs = ">=1.4.4, <1.5.0" aiopath = ">=0.5.6" - click = "==8.0.1" - daemons = "==1.3.2" + click = ">=8.0.0, <9.0.0" + daemons = ">=1.3.2, <1.4.0" mpris-server = ">=0.3.4, <0.4.0" - pychromecast = "==9.2.0" + pychromecast = ">=9.2.0, <9.3.0" pydbus = ">=0.6.0" pygobject = ">=3.34.0" typing-extensions = {version = ">=3.10.0.0", python = "<3.10"}