We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564ef97 commit ea232a8Copy full SHA for ea232a8
gql/__init__.py
@@ -15,4 +15,4 @@
15
from .schema_visitor import SchemaDirectiveVisitor # noqa
16
from .utils import gql # noqa
17
18
-__version__ = '0.2.9'
+__version__ = '0.2.10'
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "python-gql"
3
-version = "0.2.9"
+version = "0.2.10"
4
description = "Python schema-first GraphQL library based on GraphQL-core"
5
authors = ["ysun <sunyu418@gmail.com>"]
6
license = "MIT"
0 commit comments