From 3525588dea6d8db6daaa53b16273157fa81e9393 Mon Sep 17 00:00:00 2001 From: Christopher Byrd Date: Wed, 2 Nov 2022 13:36:31 -0700 Subject: [PATCH] updates version --- arches/__init__.py | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arches/__init__.py b/arches/__init__.py index b741dcd9a56..e8868833e3a 100644 --- a/arches/__init__.py +++ b/arches/__init__.py @@ -10,7 +10,7 @@ except Exception as e: pass -VERSION = (7, 2, 0, "beta", 0) # VERSION[3] options = "alpha", "beta", "rc", or "final" +VERSION = (7, 2, 0, "final", 0) # VERSION[3] options = "alpha", "beta", "rc", or "final" __version__ = get_version(VERSION) diff --git a/package.json b/package.json index 130122e6945..e6d6cff4e70 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "type": "git" }, "devDependencies": { - "arches-dev-dependencies": "archesproject/arches-dev-dependencies#dev/7.2.x" + "arches-dev-dependencies": "archesproject/arches-dev-dependencies#stable/7.2.0" }, "dependencies": { "@babel/runtime": "^7.17.2",