Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfischer2781 committed Jun 2, 2022
1 parent fda2df8 commit da9c603
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 @@ -36,7 +36,7 @@
from .asynctools import borrow, scoped_iter, await_each, any_iter, apply, sync
from .heapq import merge, nlargest, nsmallest

__version__ = "3.10.4"
__version__ = "3.10.5"

__all__ = [
"anext",
Expand Down

0 comments on commit da9c603

Please sign in to comment.