Skip to content

Commit

Permalink
Update arches version to 7.4.1 beta, re #9841
Browse files Browse the repository at this point in the history
  • Loading branch information
chiatt committed Jul 27, 2023
1 parent 1440b7c commit e5dd335
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,7 +10,7 @@
except Exception as e:
pass

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

__version__ = get_version(VERSION)

0 comments on commit e5dd335

Please sign in to comment.