This commit is contained in:
Jonathan Kim 2020-08-06 20:35:44 +01:00 committed by GitHub
parent 6cfcddac5a
commit 62f95f2858
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.0b4"
__version__ = "3.0.0b5"
__all__ = [
"__version__",