Skip to content

Commit

Permalink
💬 version: Change short_version to the "1.15.1" literal
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Jan 11, 2025
1 parent ce581c8 commit 0c1de93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scipy-stubs/version.pyi
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from typing import Final as _Final, Literal as _Literal
from typing import Final as _Final
from typing_extensions import LiteralString as _LiteralString

version: _Final[_LiteralString] = ...
full_version: _Final[_LiteralString] = ...
short_version: _Final[_Literal["1.15.0rc2", "1.15.0", "1.15.1"]] = ...
short_version: _Final = "1.15.1"
git_revision: _Final[_LiteralString] = ...
release: _Final[bool] = ...

0 comments on commit 0c1de93

Please sign in to comment.