Skip to content

Commit 9f70c82

Browse files
authored
chore: bump version to 1.2.0 (#88)
1 parent 3c2f829 commit 9f70c82

2 files changed

Lines changed: 2 additions & 2 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.1.1"
3+
version = "1.2.0"
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.1.1"
3+
__version__ = "1.2.0"

0 commit comments

Comments
 (0)