From 7dcd8c59933524986923cde8e9126f5fc2e6b30b Mon Sep 17 00:00:00 2001 From: Tyler Reddy Date: Tue, 2 Apr 2024 12:31:54 -0600 Subject: [PATCH] REL: 1.13.0 release commit [wheel build] * SciPy `1.13.0` "final" release commit. [wheel build] --- tools/version_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/version_utils.py b/tools/version_utils.py index 6daa8f344a51..f73d67c01009 100644 --- a/tools/version_utils.py +++ b/tools/version_utils.py @@ -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)