Skip to content

Commit

Permalink
Update version to 2.1.1
Browse files Browse the repository at this point in the history
Merge pull request #198 from graphql-python/prepare-2_1_1
  • Loading branch information
jnak authored Apr 1, 2019
2 parents 46c9eb7 + d27f4c8 commit c9af40c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphene_sqlalchemy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from .fields import SQLAlchemyConnectionField
from .utils import get_query, get_session

__version__ = "2.1.0"
__version__ = "2.1.1"

__all__ = [
"__version__",
Expand Down

0 comments on commit c9af40c

Please sign in to comment.