diff --git a/setup.cfg b/setup.cfg index 5f96bea..cbb43b7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = yura -version = 14.4.3 +version = 14.4.4 description = Yura async AI client author = retoor author_email = retoor@retoor.io diff --git a/src/yura.egg-info/PKG-INFO b/src/yura.egg-info/PKG-INFO index 03eb4ea..c55103c 100644 --- a/src/yura.egg-info/PKG-INFO +++ b/src/yura.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: yura -Version: 14.4.3 +Version: 14.4.4 Summary: Yura async AI client Author: retoor Author-email: retoor@retoor.io diff --git a/src/yura/client.py b/src/yura/client.py index 88475fc..4bd5e68 100644 --- a/src/yura/client.py +++ b/src/yura/client.py @@ -53,7 +53,7 @@ class AsyncRPCClient: return call - async def close(self): + def close(self): if self._ws: self._ws.close() self._ws = None