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 cc2ace3 commit 5635dedCopy full SHA for 5635ded
asyncstdlib/__init__.py
@@ -37,7 +37,7 @@
37
from .asynctools import borrow, scoped_iter, await_each, any_iter, apply, sync
38
from .heapq import merge, nlargest, nsmallest
39
40
-__version__ = "3.10.7"
+__version__ = "3.10.8"
41
42
__all__ = [
43
"anext",
0 commit comments