We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8596349 commit d5dadb7Copy full SHA for d5dadb7
graphene/__init__.py
@@ -46,7 +46,7 @@
46
from .utils.module_loading import lazy_import
47
from .utils.resolve_only_args import resolve_only_args
48
49
-VERSION = (3, 1, 2, "final", 0)
+VERSION = (3, 2, 0, "final", 0)
50
51
52
__version__ = get_version(VERSION)
0 commit comments