Bump version to 3.0.0b8

This commit is contained in:
Firas K 2022-09-23 01:09:33 +03:00 committed by GitHub
parent 56892d7f4b
commit b8e30f10d0
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.0b7"
__version__ = "3.0.0b8"
__all__ = [
"__version__",