Skip to content

Commit 54b61a5

Browse files
committed
Bump to 0.7.4 and update metadata
1 parent 6c263c0 commit 54b61a5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

pydocstringformatter/__init__.py

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

11-
__version__ = "0.8.0-dev"
11+
__version__ = "0.7.4"
1212

1313

1414
def run_docstring_formatter(argv: list[str] | None = None) -> None:

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description = "A tool to automatically format Python docstrings that tries to fo
1515
readme = "README.md"
1616
license = {text = "MIT"}
1717
classifiers = [
18-
"Development Status :: 4 - Beta",
18+
"Development Status :: 5 - Production/Stable",
1919
"Environment :: Console",
2020
"Intended Audience :: Developers",
2121
"License :: OSI Approved :: MIT License",
@@ -28,6 +28,9 @@ classifiers = [
2828
"Programming Language :: Python :: 3.10",
2929
"Programming Language :: Python :: 3.11",
3030
"Programming Language :: Python :: 3.12",
31+
"Programming Language :: Python :: 3.13",
32+
"Programming Language :: Python :: 3.14",
33+
"Programming Language :: Python :: 3.15",
3134
"Programming Language :: Python :: Implementation :: CPython",
3235
"Topic :: Software Development :: Quality Assurance",
3336
]

0 commit comments

Comments
 (0)