Skip to content

Commit 7b3b9bc

Browse files
version bump
1 parent a6fc497 commit 7b3b9bc

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.6"
39+
__version__ = "3.10.7"
4040

4141
__all__ = [
4242
"anext",

0 commit comments

Comments
 (0)