Version bump.
This commit is contained in:
parent
d6b9bccc87
commit
1c72b96b59
@ -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
|
||||
|
@ -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
|
||||
|
@ -53,7 +53,7 @@ class AsyncRPCClient:
|
||||
|
||||
return call
|
||||
|
||||
async def close(self):
|
||||
def close(self):
|
||||
if self._ws:
|
||||
self._ws.close()
|
||||
self._ws = None
|
||||
|
Loading…
Reference in New Issue
Block a user