Skip to content

Commit 5356812

Browse files
authored
Update alpha version (#11992)
1 parent 8fef72d commit 5356812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arches/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@
1111
pass
1212

1313
# VERSION[3] options = "alpha", "beta", "rc", or "final"
14-
VERSION = (8, 0, 0, "alpha", 3)
14+
VERSION = (8, 0, 0, "alpha", 4)
1515

1616
__version__ = get_version(VERSION)

0 commit comments

Comments
 (0)