diff --git a/README.md b/README.md
index 118eb8b..945f390 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-
+
Offline Text To Speech (TTS) converter for Python
@@ -11,10 +11,10 @@
[![](https://img.shields.io/github/license/thevickypedia/py3-tts?style=plastic)](https://github.com/thevickypedia/py3-tts)
[![](https://img.shields.io/pypi/v/py3-tts.svg?style=plastic)](https://pypi.org/project/py3-tts/)
-
[![](https://img.shields.io/github/languages/top/thevickypedia/py3-tts.svg?style=plastic)](https://github.com/thevickypedia/py3-tts)
[![](https://img.shields.io/badge/author-thevickypedia-green.svg)](https://github.com/thevickypedia)
+[![](https://github.com/thevickypedia/py3-tts/actions/workflows/pythonpublish.yml/badge.svg)](https://github.com/thevickypedia/py3-tts/actions/workflows/pythonpublish.yml)
`py3-tts` is a text-to-speech conversion library in Python. Unlike alternative libraries, **it works offline**.
diff --git a/pyproject.toml b/pyproject.toml
index 2e1322e..2a7eb2e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "py3-tts"
-version = "3.2b"
+version = "3.2"
dependencies = [
"comtypes; platform_system == 'Windows'",
"pypiwin32; platform_system == 'Windows'",