Merge branch 'graphql-python:master' into master

This commit is contained in:
Ramon Wenger 2022-06-15 13:48:25 +02:00 committed by GitHub
commit 785fcb38b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ from .types import (
from .utils.module_loading import lazy_import
from .utils.resolve_only_args import resolve_only_args
VERSION = (3, 0, 0, "final", 0)
VERSION = (3, 1, 0, "final", 0)
__version__ = get_version(VERSION)