Skip to content

Commit

Permalink
bump to v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
neurlang authored and Your Name committed Sep 30, 2024
1 parent fb74bab commit d0101c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "pygoruut"
version = "0.0.4"
version = "0.0.5"
description = "A Python wrapper for the goruut phonemization tool"
readme = "README.md"
authors = [{ name = "Neurlang Project", email = "[email protected]" }]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="pygoruut",
version="0.0.4",
version="0.0.5",
packages=find_packages(),
install_requires=[
"requests",
Expand Down

0 comments on commit d0101c7

Please sign in to comment.