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