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