From dc386fe3d17c29101f570d97fa3e487755797b0d Mon Sep 17 00:00:00 2001 From: Corran Webster Date: Tue, 16 Aug 2022 16:49:35 +0100 Subject: [PATCH] Release Scimath 5.0.0 (#158) --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index eb8633d..af14e10 100644 --- a/setup.py +++ b/setup.py @@ -16,10 +16,10 @@ from numpy import get_include -MAJOR = 4 -MINOR = 3 +MAJOR = 5 +MINOR = 0 MICRO = 0 -IS_RELEASED = False +IS_RELEASED = True VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO) VERSION_FILE_TEMPLATE = """\ # (C) Copyright 2005-2022 Enthought, Inc., Austin, TX