Update __init__.py

This commit is contained in:
Firas Kafri 2023-08-10 01:12:15 +03:00 committed by GitHub
parent ee7598e71a
commit 4ac3f3f42d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ from .fields import DjangoConnectionField, DjangoListField
from .types import DjangoObjectType
from .utils import bypass_get_queryset
__version__ = "3.1.4"
__version__ = "3.1.5"
__all__ = [
"__version__",