Skip to content

Commit c37d431

Browse files
authored
chore: bump version to 1.1.0 in _version.py and pyproject.toml (#49)
1 parent 6f9ab7b commit c37d431

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.0.0"
3+
version = "1.1.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.0.0"
3+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)