From 5635dedb193aedd56a0bcd0230b672df9f2d1032 Mon Sep 17 00:00:00 2001 From: Max Fischer Date: Sun, 4 Jun 2023 18:43:55 +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 a8004a0..02ec2bd 100644 --- a/asyncstdlib/__init__.py +++ b/asyncstdlib/__init__.py @@ -37,7 +37,7 @@ from .asynctools import borrow, scoped_iter, await_each, any_iter, apply, sync from .heapq import merge, nlargest, nsmallest -__version__ = "3.10.7" +__version__ = "3.10.8" __all__ = [ "anext",