Skip to content

Commit f4c1894

Browse files
authored
chore: bump version to 1.1.1 (#74)
1 parent 3ac2b9d commit f4c1894

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.1.0"
3+
version = "1.1.1"
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.1.0"
3+
__version__ = "1.1.1"

0 commit comments

Comments
 (0)