From d030c772e1c9916cb1027750845ac65cec7e55dc Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Wed, 20 Jan 2021 10:35:52 +0000 Subject: [PATCH] Bump version number for release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ba7672a24..9519ae18e 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ MINOR = 2 MICRO = 0 PRERELEASE = "" -IS_RELEASED = False +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