From a8c7562106e414bbffb056241168041011a6223d Mon Sep 17 00:00:00 2001 From: "Isaac.Tang" Date: Tue, 10 Dec 2024 20:29:43 +0800 Subject: [PATCH] doc(python): update version --- README.md | 2 +- sdk/python/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8483f8c1..f1967f28 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ The **KuCoin Universal SDK** is the official SDK provided by KuCoin, offering a ### Python Installation ```bash -pip install kucoin-universal-sdk==0.1.0a1 +pip install kucoin-universal-sdk==0.1.0a2 ``` ### Golang Installation diff --git a/sdk/python/README.md b/sdk/python/README.md index 35caf587..b85fa3b8 100644 --- a/sdk/python/README.md +++ b/sdk/python/README.md @@ -9,7 +9,7 @@ For an overview of the project and SDKs in other languages, refer to the [Main R Install the Python SDK using `pip`: ```bash -pip install kucoin-universal-sdk==0.1.0a1 +pip install kucoin-universal-sdk==0.1.0a2 ``` ## 📖 Getting Started