Skip to content

Commit 000e806

Browse files
authored
chore: bump version to 0.4.1 and clarify versioning policy (#30)
1 parent b6fa851 commit 000e806

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
```
99

1010
## Versioning
11-
- Bump the version in `pyproject.toml` for any user-facing change.
11+
- Always bump the version in `pyproject.toml` for any change.
1212
- Update `uv.lock` after version or dependency changes by running `uv lock`.
1313

1414
## Checks

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.4.0"
7+
version = "0.4.1"
88

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

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)