This commit is contained in:
Jonathan Kim 2019-11-29 09:13:36 +00:00 committed by GitHub
parent 7e7f18ee0e
commit 374d8a8a9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
from .types import DjangoObjectType
from .fields import DjangoConnectionField
__version__ = "2.7.0"
__version__ = "2.7.1"
__all__ = ["__version__", "DjangoObjectType", "DjangoConnectionField"]