From b84f76d741c4c22b1315da9b641f41eb57b03b2a Mon Sep 17 00:00:00 2001 From: Cyrus Hiatt Date: Wed, 31 Jul 2024 09:49:49 -0700 Subject: [PATCH] Set version to final --- arches/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arches/__init__.py b/arches/__init__.py index eb84ed39bff..62d262b0254 100644 --- a/arches/__init__.py +++ b/arches/__init__.py @@ -6,7 +6,7 @@ except ModuleNotFoundError as e: print(e) -VERSION = (6, 2, 9, "beta", 0) # VERSION[3] options = "alpha", "beta", "rc", or "final" +VERSION = (6, 2, 9, "final", 0) # VERSION[3] options = "alpha", "beta", "rc", or "final" __version__ = get_version(VERSION)