Skip to content

Commit

Permalink
updates version
Browse files Browse the repository at this point in the history
  • Loading branch information
chrabyrd committed Nov 2, 2022
1 parent e92a7de commit 3525588
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 @@ -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)

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3525588

Please sign in to comment.