Skip to content

Commit

Permalink
Set version to 7.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chiatt committed Aug 31, 2024
1 parent 3c8d5b3 commit e225343
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,6 +10,6 @@
except Exception as e:
pass

VERSION = (7, 5, 4, "beta", 0) # VERSION[3] options = "alpha", "beta", "rc", or "final"
VERSION = (7, 5, 4, "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.5.x"
"arches-dev-dependencies": "archesproject/arches-dev-dependencies#stable/7.5.4"
},
"dependencies": {
"@babel/runtime": "^7.17.2",
Expand Down

0 comments on commit e225343

Please sign in to comment.