From cd1206c82d7b58f5e211d57dcef7ba72325867ff Mon Sep 17 00:00:00 2001 From: sang_sakarin Date: Thu, 2 Apr 2020 19:22:37 +0700 Subject: [PATCH] refactor: update README.md --- README.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa6728a..558e937 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A Python library for [bitkub.com](https://github.com/bitkub/bitkub-official-api-docs) API ## Releases - * ```2020-04-01``` add [generate-address](#cryptoaddressses) method + * ```2020-04-02``` version ```1.0.3``` add [generate-address](#cryptogenerateaddress) method ## Table of Contents diff --git a/setup.py b/setup.py index 050e32c..1249574 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ def readme(): setup( name='bitkub', - version='1.0.2', + version='1.0.3', description='A Python library for Bitkub API', long_description=readme(), long_description_content_type="text/markdown",