File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -131,4 +131,5 @@ dmypy.json
131131.pyre /
132132
133133.idea
134- .vscode
134+ .vscode
135+ * -e
Original file line number Diff line number Diff line change 1+ VERSION ?= latest
2+
3+ bump :
4+ sed -i -e " s/__version__.*/__version__ = '${VERSION} '/g" gql/__init__.py
5+ poetry version -s ${VERSION}
6+
Original file line number Diff line number Diff line change 1515from .schema_visitor import SchemaDirectiveVisitor # noqa
1616from .utils import gql # noqa
1717
18- __version__ = '0.2.5 '
18+ __version__ = '0.2.6 '
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " python-gql"
3- version = " 0.2.5 "
3+ version = " 0.2.6 "
44description = " Python schema-first GraphQL library based on GraphQL-core"
55authors = [" ysun <sunyu418@gmail.com>" ]
66license = " MIT"
You can’t perform that action at this time.
0 commit comments