Skip to content

Commit 603342f

Browse files
authored
Set Development Status classifier to Production/Stable (#2975)
1 parent 0ee7f1b commit 603342f

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

RELEASE.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,3 @@ for alphas, later `bN`/`rcN` for betas and release candidates.
4949
Yanking doesn't stop `==` pins from installing the broken version, so set
5050
the yank reason (and edit the GitHub release notes) to point at the
5151
replacement version.
52-
5. When the line moves to a new stage (first beta, first release candidate,
53-
stable), update the `Development Status` classifier in `pyproject.toml`
54-
before tagging — PyPI uploads are immutable.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ maintainers = [
1414
keywords = ["mcp", "llm", "automation"]
1515
license = { text = "MIT" }
1616
classifiers = [
17-
"Development Status :: 3 - Alpha",
17+
"Development Status :: 5 - Production/Stable",
1818
"Intended Audience :: Developers",
1919
"License :: OSI Approved :: MIT License",
2020
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)