Skip to content

Commit

Permalink
updates version number
Browse files Browse the repository at this point in the history
  • Loading branch information
chrabyrd committed Oct 26, 2022
1 parent 63884a7 commit 7081bd3
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, 0, "beta", 0) # VERSION[3] options = "alpha", "beta", "rc", or "final"
VERSION = (6, 2, 1, "final", 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.1.0",
"version": "6.2.1",
"repository": {
"url": "[email protected]:archesproject/arches.git",
"type": "git"
Expand Down

0 comments on commit 7081bd3

Please sign in to comment.