Skip to content

Commit 5acb0ed

Browse files
version bump
1 parent 4ae2f96 commit 5acb0ed

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
@@ -36,7 +36,7 @@
3636
from .asynctools import borrow, scoped_iter, await_each, any_iter, apply, sync
3737
from .heapq import merge, nlargest, nsmallest
3838

39-
__version__ = "3.10.3"
39+
__version__ = "3.10.4"
4040

4141
__all__ = [
4242
"anext",

0 commit comments

Comments
 (0)