We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a274b8 commit 8290326Copy full SHA for 8290326
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, 4, 2, "final", 0)
+VERSION = (3, 4, 3, "final", 0)
50
51
52
__version__ = get_version(VERSION)
0 commit comments