From 0792bac6d56e499256948c6f2277a4b8d1ea959c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Baamonde=20Lozano?= Date: Tue, 5 Apr 2022 23:12:56 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d8174a7..79400e0 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="signalrcore", - version="0.9.4", + version="0.9.5", author="mandrewcito", author_email="anbaalo@gmail.com", description="A Python SignalR Core client(json and messagepack), with invocation auth and two way streaming. Compatible with azure / serverless functions. Also with automatic reconnect and manually reconnect.",