From fc47363db79b6f9dcf13b8733c9ca0434bcfa7fb Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Fri, 17 Nov 2023 09:29:10 +0330 Subject: [PATCH] 0.1.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bb449e6..723c4ef 100755 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='aiosseclient', - version='0.0.2', + version='0.1.0', description='Asynchronous Server Sent Event streams client.', long_description=readme, long_description_content_type='text/markdown',