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 fa1e924 commit 9bf0ed3Copy full SHA for 9bf0ed3
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.3'
+__version__ = '0.2.4'
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "python-gql"
3
-version = "0.2.3"
+version = "0.2.4"
4
description = "Python schema-first GraphQL library based on GraphQL-core"
5
authors = ["ysun <sunyu418@gmail.com>"]
6
license = "MIT"
0 commit comments