Skip to content

Commit 9bf0ed3

Browse files
committed
chore: bump version 0.2.4
1 parent fa1e924 commit 9bf0ed3

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.3'
18+
__version__ = '0.2.4'

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.3"
3+
version = "0.2.4"
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)