Skip to content

Commit

Permalink
release v3.12.2 (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfischer2781 committed Mar 21, 2024
1 parent cbebb22 commit c1c8e06
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 @@ -45,7 +45,7 @@
from .asynctools import borrow, scoped_iter, await_each, any_iter, apply, sync
from .heapq import merge, nlargest, nsmallest

__version__ = "3.12.1"
__version__ = "3.12.2"

__all__ = [
"anext",
Expand Down

0 comments on commit c1c8e06

Please sign in to comment.