We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fef72d commit 5356812Copy full SHA for 5356812
arches/__init__.py
@@ -11,6 +11,6 @@
11
pass
12
13
# VERSION[3] options = "alpha", "beta", "rc", or "final"
14
-VERSION = (8, 0, 0, "alpha", 3)
+VERSION = (8, 0, 0, "alpha", 4)
15
16
__version__ = get_version(VERSION)
0 commit comments