Skip to content

Commit

Permalink
Release 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kokarare1212 committed Feb 9, 2022
1 parent 116a576 commit 7a340b1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ For other guidelines, please see [CODE_OF_CONDUCT.md](https://github.com/kokarar

### Installation

Stable Version **\*still not working.**
Stable Version

```commandline
pip install librespot
Expand Down
4 changes: 4 additions & 0 deletions dev/publish.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@echo off
python setup.py bdist_wheel
python setup.py sdist
twine upload --repository pypi dist/*
4 changes: 4 additions & 0 deletions dev/publish.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
python setup.py bdist_wheel
python setup.py sdist
twine upload --repository pypi dist/*
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Also, please keep in mind that this library is in alpha and may behave in uninte
## Installation

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

```commandline
pip install librespot
Expand Down

0 comments on commit 7a340b1

Please sign in to comment.