Skip to content

Commit

Permalink
Update Version 1.1.7.3
Browse files Browse the repository at this point in the history
Update Version 1.1.7.3
  • Loading branch information
uJhin committed Feb 22, 2021
1 parent 82e38d7 commit 3f0988a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/python/upbit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]

Expand Down
2 changes: 1 addition & 1 deletion client/python/upbit/websocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 3f0988a

Please sign in to comment.