Skip to content

Commit ae9279a

Browse files
committed
Release v3.2
1 parent 28aae53 commit ae9279a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img src=".github/logo.svg?sanitize=true" width="200px" height="200px">
2+
<img src="https://raw.githubusercontent.com/thevickypedia/py3-tts/master/.github/logo.svg?sanitize=true" width="200px" height="200px">
33
</p>
44
<h2 align="center">Offline Text To Speech (TTS) converter for Python </h2>
55

@@ -11,10 +11,10 @@
1111
[![](https://img.shields.io/github/license/thevickypedia/py3-tts?style=plastic)](https://github.com/thevickypedia/py3-tts)
1212

1313
[![](https://img.shields.io/pypi/v/py3-tts.svg?style=plastic)](https://pypi.org/project/py3-tts/)
14-
1514
[![](https://img.shields.io/github/languages/top/thevickypedia/py3-tts.svg?style=plastic)](https://github.com/thevickypedia/py3-tts)
1615

1716
[![](https://img.shields.io/badge/author-thevickypedia-green.svg)](https://github.com/thevickypedia)
17+
[![](https://github.com/thevickypedia/py3-tts/actions/workflows/pythonpublish.yml/badge.svg)](https://github.com/thevickypedia/py3-tts/actions/workflows/pythonpublish.yml)
1818

1919
`py3-tts` is a text-to-speech conversion library in Python. Unlike alternative libraries, **it works offline**.
2020

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "py3-tts"
3-
version = "3.2b"
3+
version = "3.2"
44
dependencies = [
55
"comtypes; platform_system == 'Windows'",
66
"pypiwin32; platform_system == 'Windows'",

0 commit comments

Comments
 (0)