From 2be6569ade88797c38ff091dc80225aac3b72a2e Mon Sep 17 00:00:00 2001 From: Vincent Michel Date: Tue, 8 Oct 2024 13:50:18 +0200 Subject: [PATCH] Bump version 0.6.3 --- aiostream/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiostream/__init__.py b/aiostream/__init__.py index b2ca010..cd3df43 100644 --- a/aiostream/__init__.py +++ b/aiostream/__init__.py @@ -26,7 +26,7 @@ streamcontext, ) -__version__ = "0.6.3.dev0" +__version__ = "0.6.3" __all__ = [ "stream",