Skip to content

Commit

Permalink
fix release (#1176)
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom authored Dec 4, 2024
1 parent 8d49668 commit 8c2e9c7
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 4 deletions.
22 changes: 22 additions & 0 deletions .changeset/chatty-lies-confess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
"livekit-agents": patch
"livekit-plugins-anthropic": patch
"livekit-plugins-assemblyai": patch
"livekit-plugins-azure": patch
"livekit-plugins-browser": patch
"livekit-plugins-cartesia": patch
"livekit-plugins-deepgram": patch
"livekit-plugins-elevenlabs": patch
"livekit-plugins-fal": patch
"livekit-plugins-google": patch
"livekit-plugins-llama-index": patch
"livekit-plugins-minimal": patch
"livekit-plugins-nltk": patch
"livekit-plugins-openai": patch
"livekit-plugins-playht": patch
"livekit-plugins-rag": patch
"livekit-plugins-silero": patch
"livekit-plugins-turn-detector": patch
---

fix release
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.1.1"
__version__ = "0.2.0"
4 changes: 2 additions & 2 deletions livekit-plugins/livekit-plugins-assemblyai/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "livekit-plugins-assemblyai",
"private": true,
"version": "0.1.1"
}
"version": "0.2.0"
}
2 changes: 1 addition & 1 deletion livekit-plugins/livekit-plugins-assemblyai/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
packages=setuptools.find_namespace_packages(include=["livekit.*"]),
python_requires=">=3.9.0",
install_requires=[
"livekit-agents~=0.7",
"livekit-agents>=0.11",
],
package_data={},
project_urls={
Expand Down

0 comments on commit 8c2e9c7

Please sign in to comment.