Skip to content

Commit 0c1de93

Browse files
committed
💬 version: Change short_version to the "1.15.1" literal
1 parent ce581c8 commit 0c1de93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎scipy-stubs/version.pyi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
from typing import Final as _Final, Literal as _Literal
1+
from typing import Final as _Final
22
from typing_extensions import LiteralString as _LiteralString
33

44
version: _Final[_LiteralString] = ...
55
full_version: _Final[_LiteralString] = ...
6-
short_version: _Final[_Literal["1.15.0rc2", "1.15.0", "1.15.1"]] = ...
6+
short_version: _Final = "1.15.1"
77
git_revision: _Final[_LiteralString] = ...
88
release: _Final[bool] = ...

0 commit comments

Comments
 (0)