From 97f0f61b349d97f4846539af3a3fdea8d43684f4 Mon Sep 17 00:00:00 2001 From: uJhin Date: Fri, 5 Feb 2021 14:23:55 +0900 Subject: [PATCH] Update Version 1.1.6.27 --- upbit/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upbit/__init__.py b/upbit/__init__.py index 2faedec..5782481 100644 --- a/upbit/__init__.py +++ b/upbit/__init__.py @@ -7,7 +7,7 @@ __all__ = ['client', 'websocket'] __module_name__ = 'upbit-client' -__version__ = '1.1.6.26' +__version__ = '1.1.6.27' __released_version__ = Version.get_versions(__module_name__) __latest_version__ = __released_version__[0]