From 548974de1c092ff68f37dea9f6d935db21286eb5 Mon Sep 17 00:00:00 2001 From: Jay Moran Date: Mon, 13 Feb 2023 13:12:49 -0800 Subject: [PATCH] updated release version number --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index a7cb8b073..1d2899f0d 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.20.a0 +TAG=1.0a0 USE_WHEELS=1