File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 88 PydocstringFormatterError ,
99)
1010
11- __version__ = "0.8.0-dev "
11+ __version__ = "0.7.4 "
1212
1313
1414def run_docstring_formatter (argv : list [str ] | None = None ) -> None :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ description = "A tool to automatically format Python docstrings that tries to fo
1515readme = " README.md"
1616license = {text = " MIT" }
1717classifiers = [
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]
You can’t perform that action at this time.
0 commit comments