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