diff --git a/arches/__init__.py b/arches/__init__.py index 46a11bed5b6..8e2b565a9fd 100644 --- a/arches/__init__.py +++ b/arches/__init__.py @@ -10,6 +10,6 @@ except Exception as e: pass -VERSION = (7, 5, 4, "beta", 0) # VERSION[3] options = "alpha", "beta", "rc", or "final" +VERSION = (7, 5, 4, "final", 0) # VERSION[3] options = "alpha", "beta", "rc", or "final" __version__ = get_version(VERSION) diff --git a/package.json b/package.json index 83e602ef25e..d940b020595 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "type": "git" }, "devDependencies": { - "arches-dev-dependencies": "archesproject/arches-dev-dependencies#dev/7.5.x" + "arches-dev-dependencies": "archesproject/arches-dev-dependencies#stable/7.5.4" }, "dependencies": { "@babel/runtime": "^7.17.2",