Skip to content

Commit f0a0d53

Browse files
committed
release alpha 1
1 parent 75f2754 commit f0a0d53

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

poetry.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@ name = "scipy-stubs"
2222
packages = [{include = "scipy-stubs"}]
2323
readme = "README.md"
2424
repository = "https://github.com/jorenham/scipy-stubs/"
25-
version = "1.4.1.dev0"
25+
version = "1.4.1a1"
2626

2727
[tool.poetry.urls]
2828
"Bug Tracker" = "https://github.com/jorenham/scipy-stubs/issues"
2929
"Changelog" = "https://github.com/jorenham/scipy-stubs/releases"
3030

3131
[tool.poetry.dependencies]
32-
optype = "^0.6.1"
3332
python = "^3.10.1"
33+
optype = "^0.6.1"
3434
scipy = "^1.14.1"
3535

3636
[tool.poetry.group.lint.dependencies]
3737
basedmypy = "^2.6.0"
3838
basedpyright = "^1.17.1"
39-
ruff = "^0.6.2"
39+
ruff = "^0.6.3"
4040

4141
[tool.poetry.group.dev.dependencies]
4242
poethepoet = "^0.27.0"

0 commit comments

Comments
 (0)