Skip to content

Commit cf7fc31

Browse files
committed
chore: prepare for v1.0.0rc1 release
1 parent c1153d8 commit cf7fc31

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "fish-audio-sdk"
3-
version = "1.0.0"
3+
version = "1.0.0rc1"
44
description = "Python SDK for Fish Audio text-to-speech and voice cloning API"
55
authors = [
66
{name = "abersheeran", email = "me@abersheeran.com"},

src/fishaudio/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version information."""
22

3-
__version__ = "1.0.0"
3+
__version__ = "1.0.0rc1"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)