From 58ce9afe9517f306603601963c8486944b6f5c5d Mon Sep 17 00:00:00 2001 From: jay-m-dev Date: Mon, 7 Aug 2023 12:38:26 -0700 Subject: [PATCH] 1.0 Release --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 620592600..35f02834e 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.0.a0 +TAG=1.0 USE_WHEELS=1