Skip to content

Commit 924d4c4

Browse files
author
孙雨
committed
chore: bump version 0.2.5
1 parent 194f4e8 commit 924d4c4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dataloader/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sort",
44
"group_sort",
55
]
6-
__version__ = "0.2.4"
6+
__version__ = "0.2.5"
77

88
from .dataloader import DataLoader # noqa
9-
from .utils import sort, group_sort # noqa
9+
from .utils import group_sort, sort # noqa

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 = "async-dataloader"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
description = "Asyncio Dataloader for GraphQL."
55
authors = ["syfun <sunyu418@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)