This commit is contained in:
Jonathan Kim 2020-06-06 17:09:15 +01:00 committed by GitHub
parent b320b94a73
commit d9c187ffc2
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__ = "3.0.0b1"
__version__ = "3.0.0b2"
__all__ = [
"__version__",