Skip to content

Commit 4eaca0a

Browse files
committed
chore: bump version to 1.2.1
1 parent 69572df commit 4eaca0a

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.2.0"
3+
version = "1.2.1"
44
description = "The official Python library for the Fish Audio 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.2.0"
3+
__version__ = "1.2.1"

0 commit comments

Comments
 (0)