release: 3.4.3

This commit is contained in:
Erik Wrede 2024-11-09 21:43:17 +01:00 committed by GitHub
parent 4a274b8424
commit 8290326308
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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, 2, "final", 0)
VERSION = (3, 4, 3, "final", 0)
__version__ = get_version(VERSION)