Skip to content

Commit ea232a8

Browse files
committed
chore: bump version 0.2.10
1 parent 564ef97 commit ea232a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
from .schema_visitor import SchemaDirectiveVisitor # noqa
1616
from .utils import gql # noqa
1717

18-
__version__ = '0.2.9'
18+
__version__ = '0.2.10'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "python-gql"
3-
version = "0.2.9"
3+
version = "0.2.10"
44
description = "Python schema-first GraphQL library based on GraphQL-core"
55
authors = ["ysun <sunyu418@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)