Skip to content

Commit

Permalink
bumping to 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroenterheerdt committed Nov 28, 2022
1 parent 9bfcb08 commit eaded32
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "pycsspeechtts"
version = "1.0.8"
authors = [
{ name="Jeroen ter Heerdt"},
]
description = "Python 3 interface to Microsoft Cognitive Services Text To Speech"
readme = "README.md"
requires-python = ">=3.7"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]

[project.urls]
"Homepage" = "https://github.com/jeroenterheerdt/pycsspeechtts"
"Bug Tracker" = "https://github.com/jeroenterheerdt/pycsspeechtts/issues"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
with open("README.md", "r") as fh:
long_description = fh.read()
setup(name='pycsspeechtts',
version='1.0.7',
version='1.0.8',
description='Python 3 interface to Microsoft Cognitive Services Text To Speech',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit eaded32

Please sign in to comment.