Skip to content

Commit 18d4c22

Browse files
committed
fix(meta): Change Development Status to Alpha for 0.0.1a0
why: Version 0.0.1a0 is a PEP 440 alpha release; the classifier should match. "Development Status :: 4 - Beta" misrepresents stability. what: - Change classifier from ":: 4 - Beta" to ":: 3 - Alpha"
1 parent 536ed97 commit 18d4c22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/sphinx-autodoc-pytest-fixtures/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [
88
]
99
license = { text = "MIT" }
1010
classifiers = [
11-
"Development Status :: 4 - Beta",
11+
"Development Status :: 3 - Alpha",
1212
"License :: OSI Approved :: MIT License",
1313
"Framework :: Sphinx",
1414
"Framework :: Sphinx :: Extension",

0 commit comments

Comments
 (0)