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",