Bump version to 3.1.2

This commit is contained in:
Firas Kafri 2023-06-17 09:29:18 +03:00 committed by GitHub
parent 2358bd30a4
commit e950164c8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
from .fields import DjangoConnectionField, DjangoListField from .fields import DjangoConnectionField, DjangoListField
from .types import DjangoObjectType from .types import DjangoObjectType
__version__ = "3.1.1" __version__ = "3.1.2"
__all__ = [ __all__ = [
"__version__", "__version__",