Skip to content

Commit

Permalink
Update version number to 6.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
chiatt committed Jun 19, 2024
1 parent 32f8afa commit 04f6419
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion arches/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arches",
"version": "6.2.7",
"version": "6.2.8",
"repository": {
"url": "git@github.com:archesproject/arches.git",
"type": "git"
Expand Down

0 comments on commit 04f6419

Please sign in to comment.