From 9d0bf2901083c50cfb40e41f9dab4b0786918afc Mon Sep 17 00:00:00 2001 From: aaronayres35 <36972686+aaronayres35@users.noreply.github.com> Date: Wed, 9 Dec 2020 12:26:56 -0600 Subject: [PATCH] Pyface Release 7.2.0 (#839) --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 0b97aca78..aa9f6c222 100644 --- a/setup.py +++ b/setup.py @@ -23,8 +23,8 @@ MAJOR = 7 MINOR = 2 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