From 32613b3a43aeee19897c10d26f19ae2a4388fbf8 Mon Sep 17 00:00:00 2001 From: Cyrus Hiatt Date: Fri, 12 Jul 2024 05:25:08 -0700 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 3053b18832..12661c4825 100644 --- a/arches/__init__.py +++ b/arches/__init__.py @@ -10,6 +10,6 @@ except Exception as e: pass -VERSION = (7, 5, 3, "beta", 0) # VERSION[3] options = "alpha", "beta", "rc", or "final" +VERSION = (7, 5, 3, "final", 0) # VERSION[3] options = "alpha", "beta", "rc", or "final" __version__ = get_version(VERSION)