Skip to content

Commit

Permalink
Updates version to final for 6.2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
chiatt committed May 5, 2023
1 parent 5f75af0 commit 81faa50
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 @@ -6,7 +6,7 @@
except ModuleNotFoundError as e:
print(e)

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

__version__ = get_version(VERSION)

Expand Down

0 comments on commit 81faa50

Please sign in to comment.