We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ac2b9d commit ee6f2acCopy full SHA for ee6f2ac
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "fish-audio-sdk"
3
-version = "1.1.0"
+version = "1.1.1"
4
description = "The official Python library for the Fish Audio API"
5
authors = [
6
{name = "abersheeran", email = "[email protected]"},
src/fishaudio/_version.py
@@ -1,3 +1,3 @@
"""Version information."""
-__version__ = "1.1.0"
+__version__ = "1.1.1"
0 commit comments