We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08a0072 commit ecd9a91Copy full SHA for ecd9a91
‎graphene_sqlalchemy/__init__.py
@@ -9,7 +9,7 @@
9
get_session
10
)
11
12
-__version__ = '2.0.dev2017083101'
+__version__ = '2.0.0'
13
14
__all__ = [
15
'__version__',
‎setup.py
@@ -43,7 +43,7 @@
43
44
install_requires=[
45
'six>=1.10.0',
46
- 'graphene>=2.0.dev',
+ 'graphene>=2.0',
47
'SQLAlchemy',
48
'singledispatch>=3.4.0.3',
49
'iso8601',
0 commit comments