Skip to content

Commit c33922e

Browse files
committed
chore: update version to 1.0.0rc1
Signed-off-by: James Ding <[email protected]>
1 parent 1eeb4d3 commit c33922e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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 = "The official Python library for the Fish Audio API"
55
authors = [
66
{name = "abersheeran", email = "[email protected]"},

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"

0 commit comments

Comments
 (0)