diff --git a/graphene_sqlalchemy/__init__.py b/graphene_sqlalchemy/__init__.py index cf302edc..768b6d62 100644 --- a/graphene_sqlalchemy/__init__.py +++ b/graphene_sqlalchemy/__init__.py @@ -9,7 +9,7 @@ get_session ) -__version__ = '2.0.dev2017083101' +__version__ = '2.0.0' __all__ = [ '__version__', diff --git a/setup.py b/setup.py index eaeb2df3..f2e7bafd 100644 --- a/setup.py +++ b/setup.py @@ -43,7 +43,7 @@ install_requires=[ 'six>=1.10.0', - 'graphene>=2.0.dev', + 'graphene>=2.0', 'SQLAlchemy', 'singledispatch>=3.4.0.3', 'iso8601',