We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81fff0f commit 64af437Copy full SHA for 64af437
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", 3)
+VERSION = (3, 0, 0, "beta", 4)
45
46
47
__version__ = get_version(VERSION)
0 commit comments