This commit is contained in:
Jonathan Kim 2020-06-11 11:10:45 +01:00 committed by GitHub
parent 1f752b6cad
commit f8b88fdc9a
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.0b2"
__version__ = "3.0.0b3"
__all__ = [
"__version__",