Skip to content

Commit eb2c6b9

Browse files
committed
bump to test ci publish
1 parent 52af516 commit eb2c6b9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ This is a Python client library for the Music.AI API. For more information on th
77
You can install the library via pip:
88

99
```bash
10-
pip install musicai
10+
pip install musicai_sdk
1111
```
1212

1313
## Usage
1414

1515
```python
16-
from musicai import MusicAiClient
16+
from musicai_sdk import MusicAiClient
1717

1818
client = MusicAiClient(api_key='your-api-key')
1919

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "musicai-sdk"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
description = "Python sdk for music.ai"
55
authors = ["Music.ai Support <support@music.ai>"]
66
license = "MIT"

0 commit comments

Comments
 (0)