From c3577ad6eb4b150f760120bbf9c948d3d0099dbd Mon Sep 17 00:00:00 2001 From: Cyrus Hiatt Date: Tue, 5 Dec 2023 16:09:17 -0800 Subject: [PATCH] Change 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 1b5f1fe7b45..6be9bc913a0 100644 --- a/arches/__init__.py +++ b/arches/__init__.py @@ -10,6 +10,6 @@ except Exception as e: pass -VERSION = (7, 4, 3, "beta", 0) # VERSION[3] options = "alpha", "beta", "rc", or "final" +VERSION = (7, 4, 3, "final", 0) # VERSION[3] options = "alpha", "beta", "rc", or "final" __version__ = get_version(VERSION)