diff --git a/arches/__init__.py b/arches/__init__.py index 919fa41a6eb..d51f10b9b18 100644 --- a/arches/__init__.py +++ b/arches/__init__.py @@ -6,7 +6,7 @@ except ModuleNotFoundError as e: print(e) -VERSION = (6, 2, 7, "beta", 0) # VERSION[3] options = "alpha", "beta", "rc", or "final" +VERSION = (6, 2, 8, "beta", 0) # VERSION[3] options = "alpha", "beta", "rc", or "final" __version__ = get_version(VERSION) diff --git a/package.json b/package.json index 0e560657f1e..4d0e13aa6ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "arches", - "version": "6.2.7", + "version": "6.2.8", "repository": { "url": "git@github.com:archesproject/arches.git", "type": "git"