From ccae7364e572dbb1f08c980d79fae0134bd0263a Mon Sep 17 00:00:00 2001 From: Erik Wrede Date: Sun, 27 Oct 2024 21:16:40 +0100 Subject: [PATCH] release: 3.4.1 --- graphene/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphene/__init__.py b/graphene/__init__.py index 33e16b1b..2168308d 100644 --- a/graphene/__init__.py +++ b/graphene/__init__.py @@ -46,7 +46,7 @@ from .types import ( from .utils.module_loading import lazy_import from .utils.resolve_only_args import resolve_only_args -VERSION = (3, 4, 0, "final", 0) +VERSION = (3, 4, 1, "final", 0) __version__ = get_version(VERSION)