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 b83e8a6 commit 77a16f6Copy full SHA for 77a16f6
asyncstdlib/__init__.py
@@ -38,7 +38,7 @@
38
from .asynctools import borrow, scoped_iter, await_each, any_iter, apply, sync
39
from .heapq import merge, nlargest, nsmallest
40
41
-__version__ = "3.10.9"
+__version__ = "3.12.0"
42
43
__all__ = [
44
"anext",
0 commit comments