Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/2024.12.17 #2

Merged
merged 14 commits into from
Dec 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ The **KuCoin Universal SDK** is the official SDK provided by KuCoin, offering a

## 🛠️ Installation

### Latest Version: `0.1.0-alpha`
### Latest Version: `0.1.1-alpha`
**Note:** This SDK is currently in the **Alpha phase**. We are actively iterating and improving its features, stability, and documentation. Feedback and contributions are highly encouraged to help us refine the SDK.

### Python Installation

```bash
pip install kucoin-universal-sdk==0.1.0a2
pip install kucoin-universal-sdk==0.1.1a
```

### Golang Installation

```bash
go get github.com/Kucoin/kucoin-universal-sdk/sdk/golang@v0.1.0-alpha
go get github.com/Kucoin/kucoin-universal-sdk/sdk/golang@v0.1.1-alpha
go mod tidy
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.1.0-alpha
v0.1.1-alpha
2 changes: 1 addition & 1 deletion sdk/golang/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ For an overview of the project and SDKs in other languages, refer to the [Main R
Install the Golang SDK using `go get`:

```bash
go get github.com/Kucoin/kucoin-universal-sdk/sdk/golang@v0.1.0-alpha
go get github.com/Kucoin/kucoin-universal-sdk/sdk/golang@v0.1.1-alpha
go mod tidy
```

Expand Down
Loading
Loading