Skip to content

Commit

Permalink
REL: 1.13.0 release commit [wheel build]
Browse files Browse the repository at this point in the history
* SciPy `1.13.0` "final" release commit.

[wheel build]
  • Loading branch information
tylerjereddy committed Apr 2, 2024
1 parent 15a69da commit 7dcd8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/version_utils.py
Expand Up @@ -6,7 +6,7 @@
MAJOR = 1
MINOR = 13
MICRO = 0
ISRELEASED = False
ISRELEASED = True
IS_RELEASE_BRANCH = True
VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)

Expand Down

0 comments on commit 7dcd8c5

Please sign in to comment.