Skip to content

Commit

Permalink
Release 0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
xingchensong committed Sep 11, 2024
1 parent c77b310 commit 4b38834
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def parse_requirements(filename):

setup(
name="s3tokenizer",
version="0.0.3",
version="0.0.4",
description="Reverse Engineering of Supervised Semantic Speech Tokenizer (S3Tokenizer) proposed in CosyVoice",
long_description=open("README.md", encoding="utf-8").read(),
long_description_content_type="text/markdown",
Expand All @@ -29,4 +29,4 @@ def parse_requirements(filename):
"Operating System :: OS Independent",
"Topic :: Scientific/Engineering",
],
)
)

0 comments on commit 4b38834

Please sign in to comment.