We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52af516 commit eb2c6b9Copy full SHA for eb2c6b9
2 files changed
README.md
@@ -7,13 +7,13 @@ This is a Python client library for the Music.AI API. For more information on th
7
You can install the library via pip:
8
9
```bash
10
-pip install musicai
+pip install musicai_sdk
11
```
12
13
## Usage
14
15
```python
16
-from musicai import MusicAiClient
+from musicai_sdk import MusicAiClient
17
18
client = MusicAiClient(api_key='your-api-key')
19
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "musicai-sdk"
3
-version = "0.1.0"
+version = "0.2.0"
4
description = "Python sdk for music.ai"
5
authors = ["Music.ai Support <support@music.ai>"]
6
license = "MIT"
0 commit comments