From 81faa5042eed215ebf89b87bc3c9d6e1abdcfb1a Mon Sep 17 00:00:00 2001 From: Cyrus Hiatt Date: Fri, 5 May 2023 16:03:19 -0700 Subject: [PATCH] Updates version to final for 6.2.3 release --- arches/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arches/__init__.py b/arches/__init__.py index fafc6733703..80851e466fa 100644 --- a/arches/__init__.py +++ b/arches/__init__.py @@ -6,7 +6,7 @@ except ModuleNotFoundError as e: print(e) -VERSION = (6, 2, 3, "beta", 0) # VERSION[3] options = "alpha", "beta", "rc", or "final" +VERSION = (6, 2, 3, "final", 0) # VERSION[3] options = "alpha", "beta", "rc", or "final" __version__ = get_version(VERSION)