File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.5.55
2+ current_version = 0.5.56
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ ENV PATH="/usr/local/bin:${PATH}"
5050RUN apt update \
5151 && apt install libasound-dev portaudio19-dev libportaudio2 libportaudiocpp0 ffmpeg gcc cmake -y \
5252 && pip install uv \
53- && uv pip install --system --upgrade audio-transcriber>=0.5.55
53+ && uv pip install --system --upgrade audio-transcriber>=0.5.56
5454
5555ENTRYPOINT exec audio-transcriber-mcp \
5656 --transport "${TRANSPORT}" \
Original file line number Diff line number Diff line change 2020![ PyPI - Wheel] ( https://img.shields.io/pypi/wheel/audio-transcriber )
2121![ PyPI - Implementation] ( https://img.shields.io/pypi/implementation/audio-transcriber )
2222
23- * Version: 0.5.55 *
23+ * Version: 0.5.56 *
2424
2525Transcribe your .wav .mp4 .mp3 .flac files to text or record your own audio!
2626
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.55 "
7+ version = " 0.5.56 "
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