We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2fe8dd commit 0051f82Copy full SHA for 0051f82
graphene/__init__.py
@@ -42,7 +42,7 @@
42
from .utils.module_loading import lazy_import
43
44
45
-VERSION = (3, 0, 0, "beta", 0)
+VERSION = (3, 0, 0, "beta", 1)
46
47
48
__version__ = get_version(VERSION)
0 commit comments