release: 3.2.1

This commit is contained in:
Erik Wrede 2022-12-11 21:05:25 +01:00 committed by GitHub
parent 19ea63b9c5
commit 340d5ed12f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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