File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44Please read the official Upbit Client document.
55Documents: https://ujhin.github.io/upbit-client-docs/
66
7- - Upbit OPEN API Version: 1.2.0
7+ - Upbit OPEN API Version: 1.2.2
88- Author: ujhin
991010- GitHub: https://github.com/uJhin
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ class Upbit:
1010
1111 - Base URL: https://api.upbit.com
1212 - Base Path: /v1
13- - Upbit OPEN API Version: 1.2.0
13+ - Upbit OPEN API Version: 1.2.2
1414 - Author: ujhin
15151616 - GitHub: https://github.com/uJhin
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def _get_versions(package_name):
2929PACKAGE_NAME = 'upbit-client'
3030
3131OPEN_API_VERSION = '1.2.2'
32- CURRENT_VERSION = OPEN_API_VERSION + '.1 '
32+ CURRENT_VERSION = OPEN_API_VERSION + '.2 '
3333
3434RELEASED_VERSION = _get_versions (PACKAGE_NAME )
3535LATEST_VERSION = RELEASED_VERSION [0 ]
You can’t perform that action at this time.
0 commit comments