From 50252dee7f9fc567bd194d59371f93494a07f645 Mon Sep 17 00:00:00 2001 From: Max Fischer Date: Mon, 15 Apr 2024 11:37:01 +0200 Subject: [PATCH] version bump --- asyncstdlib/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asyncstdlib/__init__.py b/asyncstdlib/__init__.py index 100cf3d..27118f9 100644 --- a/asyncstdlib/__init__.py +++ b/asyncstdlib/__init__.py @@ -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",