We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c3e4bb commit 5475a7aCopy full SHA for 5475a7a
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, "final", 0)
+VERSION = (3, 1, 0, "final", 0)
45
46
47
__version__ = get_version(VERSION)
0 commit comments