diff --git a/arches/__init__.py b/arches/__init__.py index 9da5387d4fc..34326df11fe 100644 --- a/arches/__init__.py +++ b/arches/__init__.py @@ -6,7 +6,7 @@ except ModuleNotFoundError as e: print(e) -VERSION = (6, 2, 4, "beta", 0) # VERSION[3] options = "alpha", "beta", "rc", or "final" +VERSION = (6, 2, 4, "final", 0) # VERSION[3] options = "alpha", "beta", "rc", or "final" __version__ = get_version(VERSION)