Skip to content

Commit

Permalink
Increment version and update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdelorenzo committed Jul 8, 2021
1 parent dddb897 commit abf9c6a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cast_control/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"}

0 comments on commit abf9c6a

Please sign in to comment.