diff --git a/AGENTS.md b/AGENTS.md index 5e69c56..38e5487 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -8,7 +8,7 @@ ``` ## Versioning -- Bump the version in `pyproject.toml` for any user-facing change. +- Always bump the version in `pyproject.toml` for any change. - Update `uv.lock` after version or dependency changes by running `uv lock`. ## Checks diff --git a/pyproject.toml b/pyproject.toml index 18d8898..42dd7ef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "mcp-plex" -version = "0.4.0" +version = "0.4.1" description = "Plex-Oriented Model Context Protocol Server" requires-python = ">=3.11,<4" diff --git a/uv.lock b/uv.lock index 70a1820..200f357 100644 --- a/uv.lock +++ b/uv.lock @@ -801,7 +801,7 @@ wheels = [ [[package]] name = "mcp-plex" -version = "0.4.0" +version = "0.4.1" source = { editable = "." } dependencies = [ { name = "fastmcp" },