Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3720a23

Browse files
authoredFeb 27, 2023
release: 3.0.0b4
1 parent 506f58c commit 3720a23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎graphene_sqlalchemy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from .types import SQLAlchemyInterface, SQLAlchemyObjectType
33
from .utils import get_query, get_session
44

5-
__version__ = "3.0.0b3"
5+
__version__ = "3.0.0b4"
66

77
__all__ = [
88
"__version__",

0 commit comments

Comments
 (0)
Please sign in to comment.