Skip to content

Commit

Permalink
update version to 7.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chiatt committed Dec 15, 2023
1 parent 24c781a commit f34e1d4
Showing 1 changed file with 1 addition and 1 deletion.
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, 0, "beta", 0) # VERSION[3] options = "alpha", "beta", "rc", or "final"
VERSION = (7, 5, 0, "final", 0) # VERSION[3] options = "alpha", "beta", "rc", or "final"

__version__ = get_version(VERSION)

0 comments on commit f34e1d4

Please sign in to comment.