From 3c41e4b77ab009b3d1c837048ec40e74a20fe4a0 Mon Sep 17 00:00:00 2001 From: Corran Webster Date: Thu, 28 Apr 2022 13:08:44 +0100 Subject: [PATCH] Bump version number for release 5.3.0 (#941) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9feceb851..b6612ecf6 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ MINOR = 3 MICRO = 0 PRERELEASE = "" -IS_RELEASED = False +IS_RELEASED = True # Templates for version strings. RELEASED_VERSION = "{major}.{minor}.{micro}{prerelease}"