Skip to content

Commit 7a340b1

Browse files
committed
Release 0.0.1
1 parent 116a576 commit 7a340b1

4 files changed

Lines changed: 10 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ For other guidelines, please see [CODE_OF_CONDUCT.md](https://github.com/kokarar
3333

3434
### Installation
3535

36-
Stable Version **\*still not working.**
36+
Stable Version
3737

3838
```commandline
3939
pip install librespot

dev/publish.cmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
@echo off
2+
python setup.py bdist_wheel
3+
python setup.py sdist
4+
twine upload --repository pypi dist/*

dev/publish.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
python setup.py bdist_wheel
3+
python setup.py sdist
4+
twine upload --repository pypi dist/*

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Also, please keep in mind that this library is in alpha and may behave in uninte
3131
## Installation
3232

3333
You can download this library in the following way.<br><br>
34-
Stable Version **\*still not working.**
34+
Stable Version
3535

3636
```commandline
3737
pip install librespot

0 commit comments

Comments
 (0)