Skip to content

Commit b3f88f0

Browse files
version bump for release v3.10.3
1 parent 4247fd5 commit b3f88f0

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.2"
39+
__version__ = "3.10.3"
4040

4141
__all__ = [
4242
"anext",

0 commit comments

Comments
 (0)