Bump version to v3.0.0b9

This commit is contained in:
Firas K 2022-09-24 16:09:13 +03:00 committed by GitHub
parent 07940aa5f5
commit 20ca52af12
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.0b8"
__version__ = "3.0.0b9"
__all__ = [
"__version__",