Skip to content

Commit 77a16f6

Browse files
v3.12.0
1 parent b83e8a6 commit 77a16f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncstdlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
from .asynctools import borrow, scoped_iter, await_each, any_iter, apply, sync
3939
from .heapq import merge, nlargest, nsmallest
4040

41-
__version__ = "3.10.9"
41+
__version__ = "3.12.0"
4242

4343
__all__ = [
4444
"anext",

0 commit comments

Comments
 (0)