Skip to content

Commit c3947e4

Browse files
v3.12.1
1 parent fbcb523 commit c3947e4

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
@@ -39,7 +39,7 @@
3939
from .asynctools import borrow, scoped_iter, await_each, any_iter, apply, sync
4040
from .heapq import merge, nlargest, nsmallest
4141

42-
__version__ = "3.12.0"
42+
__version__ = "3.12.1"
4343

4444
__all__ = [
4545
"anext",

0 commit comments

Comments
 (0)