Skip to content

Commit

Permalink
update version to alpha 10 (#11361)
Browse files Browse the repository at this point in the history
  • Loading branch information
apeters authored Aug 19, 2024
1 parent 153d5c0 commit 0941ebe
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 @@ -11,6 +11,6 @@
pass

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

__version__ = get_version(VERSION)

0 comments on commit 0941ebe

Please sign in to comment.