From f15f64065995481d4f72670ee85efa20158504b3 Mon Sep 17 00:00:00 2001 From: Kit Yan Choi Date: Tue, 20 Oct 2020 10:46:48 +0100 Subject: [PATCH] TraitsUI release 7.1.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index a9cab0fbb..c3b215905 100644 --- a/setup.py +++ b/setup.py @@ -16,8 +16,8 @@ MAJOR = 7 MINOR = 1 MICRO = 0 -PRERELEASE = "rc2" -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