From 3f0988a3793233f45699fb70a44b1c7b04aefdbe Mon Sep 17 00:00:00 2001 From: uJhin Date: Tue, 23 Feb 2021 00:50:16 +0900 Subject: [PATCH] Update Version 1.1.7.3 Update Version 1.1.7.3 --- client/python/upbit/__init__.py | 2 +- client/python/upbit/websocket.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/python/upbit/__init__.py b/client/python/upbit/__init__.py index d5a57f2..ceb8843 100644 --- a/client/python/upbit/__init__.py +++ b/client/python/upbit/__init__.py @@ -8,7 +8,7 @@ __module_name__ = 'upbit-client' __open_api_version__ = '1.1.7' -__version__ = __open_api_version__+'.2' +__version__ = __open_api_version__+'.3' __released_version__ = Version.get_versions(__module_name__) __latest_version__ = __released_version__[0] diff --git a/client/python/upbit/websocket.py b/client/python/upbit/websocket.py index cb8476c..1088ee2 100644 --- a/client/python/upbit/websocket.py +++ b/client/python/upbit/websocket.py @@ -10,7 +10,7 @@ class UpbitWebSocket: - f""" + """ Upbit WebSocket Client Please read the official Upbit Client document. Documents: https://ujhin.github.io/upbit-client-docs/