Skip to content

Commit f9c80dd

Browse files
Merge pull request #141 from maxfischer2781/release/version-v3.12.3
Prepare release 3.12.3
2 parents aaeb6d7 + 50252de commit f9c80dd

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
@@ -45,7 +45,7 @@
4545
from .asynctools import borrow, scoped_iter, await_each, any_iter, apply, sync
4646
from .heapq import merge, nlargest, nsmallest
4747

48-
__version__ = "3.12.2"
48+
__version__ = "3.12.3"
4949

5050
__all__ = [
5151
"anext",

0 commit comments

Comments
 (0)