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 aaeb6d7 commit 50252deCopy full SHA for 50252de
asyncstdlib/__init__.py
@@ -45,7 +45,7 @@
45
from .asynctools import borrow, scoped_iter, await_each, any_iter, apply, sync
46
from .heapq import merge, nlargest, nsmallest
47
48
-__version__ = "3.12.2"
+__version__ = "3.12.3"
49
50
__all__ = [
51
"anext",
0 commit comments