diff --git a/README.md b/README.md
index 54b6aa3..cf43b73 100644
--- a/README.md
+++ b/README.md
@@ -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
diff --git a/dev/publish.cmd b/dev/publish.cmd
new file mode 100644
index 0000000..f6b7707
--- /dev/null
+++ b/dev/publish.cmd
@@ -0,0 +1,4 @@
+@echo off
+python setup.py bdist_wheel
+python setup.py sdist
+twine upload --repository pypi dist/*
\ No newline at end of file
diff --git a/dev/publish.sh b/dev/publish.sh
new file mode 100644
index 0000000..45756ff
--- /dev/null
+++ b/dev/publish.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+python setup.py bdist_wheel
+python setup.py sdist
+twine upload --repository pypi dist/*
\ No newline at end of file
diff --git a/docs/index.md b/docs/index.md
index decde0b..97e663f 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -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.
-Stable Version **\*still not working.**
+Stable Version
```commandline
pip install librespot