Skip to content

Commit

Permalink
Release v3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed Sep 7, 2023
1 parent 28aae53 commit ae9279a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<img src=".github/logo.svg?sanitize=true" width="200px" height="200px">
<img src="https://raw.githubusercontent.com/thevickypedia/py3-tts/master/.github/logo.svg?sanitize=true" width="200px" height="200px">
</p>
<h2 align="center">Offline Text To Speech (TTS) converter for Python </h2>

Expand All @@ -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**.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "py3-tts"
version = "3.2b"
version = "3.2"
dependencies = [
"comtypes; platform_system == 'Windows'",
"pypiwin32; platform_system == 'Windows'",
Expand Down

0 comments on commit ae9279a

Please sign in to comment.