diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index dc706f8..6ffc8b1 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -4,8 +4,8 @@ name: Create and publish a Docker image # Configures this workflow to run every time a change is pushed to the branch called `release`. on: release: - type: - - created + types: + - released # Defines two custom environment variables for the workflow. These are used for the Container registry domain, and a name for the Docker image that this workflow builds. env: diff --git a/pyproject.toml b/pyproject.toml index 71bc9ca..7d12b81 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mcp-plex" -version = "0.4.2" +version = "0.4.3" description = "Plex-Oriented Model Context Protocol Server" requires-python = ">=3.11,<4" diff --git a/uv.lock b/uv.lock index 18464d3..695b1d0 100644 --- a/uv.lock +++ b/uv.lock @@ -801,7 +801,7 @@ wheels = [ [[package]] name = "mcp-plex" -version = "0.4.2" +version = "0.4.3" source = { editable = "." } dependencies = [ { name = "fastmcp" },