From 4685342adbecb57a1d6cb648ead7b2c73a70f760 Mon Sep 17 00:00:00 2001 From: nggit <12218311+nggit@users.noreply.github.com> Date: Fri, 19 Jul 2024 10:35:36 +0700 Subject: [PATCH] solid enough, release 0.1.0 beta --- asyncutor/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asyncutor/__init__.py b/asyncutor/__init__.py index b841e30..56c8876 100644 --- a/asyncutor/__init__.py +++ b/asyncutor/__init__.py @@ -1,6 +1,6 @@ # Copyright (c) 2024 nggit -__version__ = '0.0.9' +__version__ = '0.1.0' __all__ = ('ThreadExecutor', 'MultiThreadExecutor') import asyncio # noqa: E402