From ded5d29e03ebe9abe6ca2f96689526f92f6289d2 Mon Sep 17 00:00:00 2001 From: aaronayres35 <36972686+aaronayres35@users.noreply.github.com> Date: Mon, 22 Feb 2021 11:26:35 -0700 Subject: [PATCH] Pyface Release 7.3.0 (#895) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 11603fc9d..731792dea 100644 --- a/setup.py +++ b/setup.py @@ -23,8 +23,8 @@ MAJOR = 7 MINOR = 3 MICRO = 0 -PRERELEASE = "rc1" -IS_RELEASED = False +PRERELEASE = "" +IS_RELEASED = True # If this file is part of a Git export (for example created with "git archive", # or downloaded from GitHub), ARCHIVE_COMMIT_HASH gives the full hash of the