File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.5.67
2+ current_version = 0.5.68
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -51,6 +51,6 @@ ENV PATH="/usr/local/bin:${PATH}"
5151RUN apt update \
5252 && apt install -y libasound-dev gcc portaudio19-dev \
5353 && pip install uv \
54- && uv pip install --system audio-transcriber[all]>=0.5.67
54+ && uv pip install --system audio-transcriber[all]>=0.5.68
5555
5656CMD ["audio-transcriber-mcp" ]
Original file line number Diff line number Diff line change 2121![ PyPI - Wheel] ( https://img.shields.io/pypi/wheel/audio-transcriber )
2222![ PyPI - Implementation] ( https://img.shields.io/pypi/implementation/audio-transcriber )
2323
24- * Version: 0.5.67 *
24+ * Version: 0.5.68 *
2525
2626## Overview
2727
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ def create_agent_server(
160160 a2a_app = agent .to_a2a (
161161 name = AGENT_NAME ,
162162 description = AGENT_DESCRIPTION ,
163- version = "0.5.67 " ,
163+ version = "0.5.68 " ,
164164 skills = skills ,
165165 debug = debug ,
166166 )
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " audio-transcriber"
7- version = " 0.5.67 "
7+ version = " 0.5.68 "
88description = " Transcribe your .wav .mp4 .mp3 .flac files to text or record your own audio!"
99readme = " README.md"
1010authors = [{ name = " Audel Rouhi" , email = " knucklessg1@gmail.com" }]
You can’t perform that action at this time.
0 commit comments