We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d085c88 commit 29dd3f8Copy full SHA for 29dd3f8
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", 4)
+VERSION = (3, 0, 0, "beta", 5)
45
46
47
__version__ = get_version(VERSION)
0 commit comments