Bump version to 3.0.0b8 (#1348)

This commit is contained in:
Firas K 2022-09-23 11:38:11 +03:00 committed by GitHub
parent 56892d7f4b
commit b2f83eb277
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__",