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 4ae2f96 commit 5acb0edCopy full SHA for 5acb0ed
asyncstdlib/__init__.py
@@ -36,7 +36,7 @@
36
from .asynctools import borrow, scoped_iter, await_each, any_iter, apply, sync
37
from .heapq import merge, nlargest, nsmallest
38
39
-__version__ = "3.10.3"
+__version__ = "3.10.4"
40
41
__all__ = [
42
"anext",
0 commit comments