Bump version to v3.0.0b9 (#1353)

This commit is contained in:
Firas K 2022-09-26 01:27:22 +03:00 committed by GitHub
parent a78114ada3
commit c697e5c8c1
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__",