Update version. Fixed bug.
This commit is contained in:
parent
e6d0dc6e60
commit
cf749bbd05
BIN
dist/yura-14.4.1-py3-none-any.whl
vendored
Normal file
BIN
dist/yura-14.4.1-py3-none-any.whl
vendored
Normal file
Binary file not shown.
BIN
dist/yura-14.4.1.tar.gz
vendored
Normal file
BIN
dist/yura-14.4.1.tar.gz
vendored
Normal file
Binary file not shown.
BIN
dist/yura-14.4.2-py3-none-any.whl
vendored
Normal file
BIN
dist/yura-14.4.2-py3-none-any.whl
vendored
Normal file
Binary file not shown.
BIN
dist/yura-14.4.2.tar.gz
vendored
Normal file
BIN
dist/yura-14.4.2.tar.gz
vendored
Normal file
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = yura
|
name = yura
|
||||||
version = 14.4.1
|
version = 14.4.2
|
||||||
description = Yura async AI client
|
description = Yura async AI client
|
||||||
author = retoor
|
author = retoor
|
||||||
author_email = retoor@retoor.io
|
author_email = retoor@retoor.io
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Metadata-Version: 2.1
|
Metadata-Version: 2.1
|
||||||
Name: yura
|
Name: yura
|
||||||
Version: 14.4.1
|
Version: 14.4.2
|
||||||
Summary: Yura async AI client
|
Summary: Yura async AI client
|
||||||
Author: retoor
|
Author: retoor
|
||||||
Author-email: retoor@retoor.io
|
Author-email: retoor@retoor.io
|
||||||
|
@ -53,7 +53,7 @@ class AsyncRPCClient:
|
|||||||
|
|
||||||
return call
|
return call
|
||||||
|
|
||||||
async def close():
|
async def close(self):
|
||||||
if self._ws:
|
if self._ws:
|
||||||
self._ws.close()
|
self._ws.close()
|
||||||
self._ws = None
|
self._ws = None
|
||||||
|
Loading…
Reference in New Issue
Block a user