From 0a04150a106579d1a2002c33751de8fd2307846f Mon Sep 17 00:00:00 2001 From: Jay Moran Date: Tue, 10 Oct 2023 14:05:49 -0700 Subject: [PATCH] Release v0.21 --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 3e1b1b64a..1d0575981 100644 --- a/.env +++ b/.env @@ -7,5 +7,5 @@ # Leave this set to 0 on the GitHub repo so the unit and # integration tests do not need to have wheels (until we # find a convenient way to use wheels on GitHub) -TAG=0.21a0 +TAG=0.22a0 USE_WHEELS=1