Skip to content

Commit

Permalink
release: 3.0.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
erikwrede authored Dec 5, 2024
1 parent a6161dd commit febdc45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphene_sqlalchemy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from .types import SQLAlchemyInterface, SQLAlchemyObjectType
from .utils import get_query, get_session

__version__ = "3.0.0rc1"
__version__ = "3.0.0rc2"

__all__ = [
"__version__",
Expand Down

0 comments on commit febdc45

Please sign in to comment.