Skip to content

Commit 2c882fa

Browse files
committed
πŸ”– scipy-stubs 1.14.1.5
1 parent 9291222 commit 2c882fa

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

β€Žpyproject.tomlβ€Ž

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "scipy-stubs"
7-
version = "1.14.1.5dev0"
7+
version = "1.14.1.5"
88
description = "Precise type-hints for all of SciPy"
99
readme = "README.md"
1010
authors = [
@@ -13,7 +13,7 @@ authors = [
1313
license = "BSD-3-Clause"
1414
keywords = ["scipy", "typing", "pep484"]
1515
classifiers = [
16-
"Development Status :: 4 - Beta",
16+
"Development Status :: 5 - Production/Stable",
1717
"Intended Audience :: Developers",
1818
"Intended Audience :: Science/Research",
1919
"License :: OSI Approved :: BSD License",
@@ -114,6 +114,7 @@ mdformat
114114
README.md
115115
SECURITY.md
116116
tests/README.md
117+
codegen/README.md
117118
"""
118119
_ruff_format = "ruff format"
119120
_ruff_check = "ruff check --show-fixes"

β€Ž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)