From f6aaabf6928a226794c598fd06ef2f6adb0bc2e2 Mon Sep 17 00:00:00 2001 From: uJhin Date: Fri, 5 Feb 2021 02:42:24 +0900 Subject: [PATCH] Update Version 1.1.6.26 Update Version 1.1.6.26 --- client/python/upbit/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/python/upbit/__init__.py b/client/python/upbit/__init__.py index 606c2d8..2faedec 100644 --- a/client/python/upbit/__init__.py +++ b/client/python/upbit/__init__.py @@ -7,7 +7,7 @@ __all__ = ['client', 'websocket'] __module_name__ = 'upbit-client' -__version__ = '1.1.6.25' +__version__ = '1.1.6.26' __released_version__ = Version.get_versions(__module_name__) __latest_version__ = __released_version__[0]