Skip to content

Commit 71a3415

Browse files
committed
Bump version to 3.0
1 parent 57cd786 commit 71a3415

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 .fields import SQLAlchemyConnectionField
33
from .utils import get_query, get_session
44

5-
__version__ = "3.0.0b1"
5+
__version__ = "3.0.0"
66

77
__all__ = [
88
"__version__",

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
requirements = [
1515
# To keep things simple, we only support newer versions of Graphene
16-
"graphene>=3.0.0b7",
16+
"graphene>=3.0.0",
1717
"promise>=2.3",
1818
"SQLAlchemy>=1.1,<2",
1919
"aiodataloader>=0.2.0,<1.0",

0 commit comments

Comments
 (0)