-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16 from uJhin/1.2.2
[Fix] Websocket package version issues
- Loading branch information
Showing
3 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
Please read the official Upbit Client document. | ||
Documents: https://ujhin.github.io/upbit-client-docs/ | ||
- Upbit OPEN API Version: 1.2.0 | ||
- Upbit OPEN API Version: 1.2.2 | ||
- Author: ujhin | ||
- Email: [email protected] | ||
- GitHub: https://github.com/uJhin | ||
|
@@ -29,7 +29,7 @@ def _get_versions(package_name): | |
PACKAGE_NAME = 'upbit-client' | ||
|
||
OPEN_API_VERSION = '1.2.2' | ||
CURRENT_VERSION = OPEN_API_VERSION+'.0' | ||
CURRENT_VERSION = OPEN_API_VERSION+'.1' | ||
|
||
RELEASED_VERSION = _get_versions(PACKAGE_NAME) | ||
LATEST_VERSION = RELEASED_VERSION[0] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters