Skip to content

Commit 5e33468

Browse files
authored
Merge pull request #5 from uJhin/1.1.7
Update Version 1.1.7.5
2 parents 3583387 + 61ff541 commit 5e33468

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

upbit/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@
33

44

55
__all__ = ['client', 'websocket']
6-
__name__ = pkginfo.PACKAGE_NAME
76
__version__ = pkginfo.CURRENT_VERSION

upbit/pkginfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def _get_versions(package_name):
2929
PACKAGE_NAME = 'upbit-client'
3030

3131
OPEN_API_VERSION = '1.1.7'
32-
CURRENT_VERSION = OPEN_API_VERSION+'.4'
32+
CURRENT_VERSION = OPEN_API_VERSION+'.5'
3333

3434
RELEASED_VERSION = _get_versions(PACKAGE_NAME)
3535
LATEST_VERSION = RELEASED_VERSION[0]

0 commit comments

Comments
 (0)