Skip to content

Commit

Permalink
Update version number to 7.6.2 (#11586)
Browse files Browse the repository at this point in the history
  • Loading branch information
chiatt authored Oct 28, 2024
1 parent bb9a853 commit bd45d38
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 @@ -11,6 +11,6 @@
pass

# VERSION[3] options = "alpha", "beta", "rc", or "final"
VERSION = (7, 6, 1, "beta", 0)
VERSION = (7, 6, 2, "beta", 0)

__version__ = get_version(VERSION)
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": "7.6.1",
"version": "7.6.2",
"license": "AGPL-3.0-only",
"scripts": {
"build_development": "npm run eslint:check && npm run ts:check && cross-env NODE_OPTIONS=--max-old-space-size=2048 webpack --config ./webpack/webpack.config.dev.js",
Expand Down

0 comments on commit bd45d38

Please sign in to comment.