Skip to content

Commit c9af40c

Browse files
authored
Update version to 2.1.1
Merge pull request #198 from graphql-python/prepare-2_1_1
2 parents 46c9eb7 + d27f4c8 commit c9af40c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphene_sqlalchemy/__init__.py

+1-1
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__ = "2.1.0"
5+
__version__ = "2.1.1"
66

77
__all__ = [
88
"__version__",

0 commit comments

Comments
 (0)