Skip to content

Commit

Permalink
Bump version to v3.0.0b9 (#1353)
Browse files Browse the repository at this point in the history
  • Loading branch information
firaskafri authored Sep 25, 2022
1 parent a78114a commit c697e5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphene_django/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .fields import DjangoConnectionField, DjangoListField
from .types import DjangoObjectType

__version__ = "3.0.0b8"
__version__ = "3.0.0b9"

__all__ = [
"__version__",
Expand Down

0 comments on commit c697e5c

Please sign in to comment.