This commit is contained in:
Jonathan Kim 2020-02-07 09:59:05 +00:00 committed by GitHub
parent 280b38f804
commit f3f0608606
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.8.0"
__version__ = "2.8.1"
__all__ = ["__version__", "DjangoObjectType", "DjangoConnectionField"]