File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 0.5.54
2+ current_version = 0.5.55
33commit = True
44tag = True
55
Original file line number Diff line number Diff line change @@ -48,9 +48,9 @@ ENV EUNOMIA_REMOTE_URL=${EUNOMIA_REMOTE_URL}
4848ENV PATH="/usr/local/bin:${PATH}"
4949
5050RUN apt update \
51- && apt install libasound-dev portaudio19-dev libportaudio2 libportaudiocpp0 ffmpeg gcc -y \
51+ && 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.54
53+ && uv pip install --system --upgrade audio-transcriber>=0.5.55
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.54 *
23+ * Version: 0.5.55 *
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.54 "
7+ version = " 0.5.55 "
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