Skip to content

Commit

Permalink
v3.10.9
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfischer2781 committed Oct 7, 2023
1 parent c6742d7 commit f89c487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion asyncstdlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
from .asynctools import borrow, scoped_iter, await_each, any_iter, apply, sync
from .heapq import merge, nlargest, nsmallest

__version__ = "3.10.8"
__version__ = "3.10.9"

__all__ = [
"anext",
Expand Down

0 comments on commit f89c487

Please sign in to comment.