Skip to content

Commit ccbcc55

Browse files
committed
scipy-stubs 1.14.1.0
1 parent 5d5e930 commit ccbcc55

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<h1 align="center">scipy-stubs</h1>
22

33
<p align="center">
4-
Type stubs for <a href="https://github.com/scipy/scipy">SciPy</a>.
4+
Typing stubs for <a href="https://github.com/scipy/scipy">SciPy</a>.
55
</p>
66

77
<p align="center">

pyproject.toml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,19 @@ requires = ["poetry-core"]
55
[tool.poetry]
66
authors = ["Joren Hammudoglu <[email protected]>"]
77
classifiers = [
8-
"Development Status :: 3 - Alpha",
8+
"Development Status :: 3 - Beta",
99
"Operating System :: OS Independent",
10-
"Topic :: Scientific/Engineering",
1110
"Typing :: Stubs Only",
1211
"Typing :: Typed",
13-
"Programming Language :: Python :: 3.10",
14-
"Programming Language :: Python :: 3.11",
15-
"Programming Language :: Python :: 3.12",
16-
"Programming Language :: Python :: 3.13",
1712
]
18-
description = "Type stubs for SciPy"
13+
description = "Typing Stubs for SciPy"
1914
documentation = "https://github.com/jorenham/scipy-stubs?tab=readme-ov-file#scipy-stubs"
2015
license = "BSD-3-Clause"
2116
name = "scipy-stubs"
2217
packages = [{include = "scipy-stubs"}]
2318
readme = "README.md"
2419
repository = "https://github.com/jorenham/scipy-stubs/"
25-
version = "1.14.1.0.dev0"
20+
version = "1.14.1.0"
2621

2722
[tool.poetry.urls]
2823
"Bug Tracker" = "https://github.com/jorenham/scipy-stubs/issues"

0 commit comments

Comments
 (0)