From 812b4c2fdca6c981d15bc2b7905074e8626a488e Mon Sep 17 00:00:00 2001 From: nickotto Date: Mon, 6 Mar 2023 10:09:38 -0800 Subject: [PATCH] Revert "updated release version number" --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 1d2899f0d..a7cb8b073 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=1.0a0 +TAG=0.20.a0 USE_WHEELS=1