Skip to content

Commit b498ff6

Browse files
authored
fix(docker): declare project version for uv (#66)
1 parent a2e7b42 commit b498ff6

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docker/pyproject.deps.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[project]
22
name = "mcp-plex"
3+
version = "0.26.33"
34
requires-python = ">=3.11,<3.13"
45
dependencies = [
56
"fastmcp>=2.11.2",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "mcp-plex"
7-
version = "0.26.32"
7+
version = "0.26.33"
88

99
description = "Plex-Oriented Model Context Protocol Server"
1010
requires-python = ">=3.11,<3.13"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)