Update __init__.py

This commit is contained in:
Jonathan Kim 2020-05-09 12:32:51 +01:00 committed by GitHub
parent 5867331c7b
commit b0613dd0e4
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__ = "2.9.1" __version__ = "2.10.0"
__all__ = [ __all__ = [
"__version__", "__version__",