This commit is contained in:
Jonathan Kim 2020-07-09 18:02:01 +01:00 committed by GitHub
parent d50955a173
commit 1205e29bef
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 .types import DjangoObjectType
__version__ = "2.11.0"
__version__ = "2.11.1"
__all__ = [
"__version__",