From 782aff7eb53d3b7a8394818a5bb7b28c5d2f320e Mon Sep 17 00:00:00 2001 From: jay-m-dev Date: Mon, 7 Aug 2023 12:43:01 -0700 Subject: [PATCH] Release 1.0 --- .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