Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
maxfischer2781 committed Apr 15, 2024
1 parent aaeb6d7 commit 50252de
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.2"
__version__ = "3.12.3"

__all__ = [
"anext",
Expand Down

0 comments on commit 50252de

Please sign in to comment.