From d60563f8aa0680eb502d120c07689e440a459baa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Mon, 29 Apr 2024 18:07:50 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=20version=200.0.7.dev1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- asyncer/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/asyncer/__init__.py b/asyncer/__init__.py index 2c3bff1..24a8cfb 100644 --- a/asyncer/__init__.py +++ b/asyncer/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.0.6" +__version__ = "0.0.7.dev1" from ._main import PendingValueException as PendingValueException from ._main import SoonValue as SoonValue