Skip to content

Commit

Permalink
Updated Graphene-SQLAlchemy to 2.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Oct 25, 2017
1 parent 08a0072 commit ecd9a91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graphene_sqlalchemy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
get_session
)

__version__ = '2.0.dev2017083101'
__version__ = '2.0.0'

__all__ = [
'__version__',
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

install_requires=[
'six>=1.10.0',
'graphene>=2.0.dev',
'graphene>=2.0',
'SQLAlchemy',
'singledispatch>=3.4.0.3',
'iso8601',
Expand Down

0 comments on commit ecd9a91

Please sign in to comment.