Skip to content

Commit b9c3d63

Browse files
committed
Bump version: 0.5.55 → 0.5.56
1 parent 0be9c33 commit b9c3d63

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.5.55
2+
current_version = 0.5.56
33
commit = True
44
tag = True
55

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ ENV PATH="/usr/local/bin:${PATH}"
5050
RUN 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

5555
ENTRYPOINT exec audio-transcriber-mcp \
5656
--transport "${TRANSPORT}" \

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
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

2525
Transcribe your .wav .mp4 .mp3 .flac files to text or record your own audio!
2626

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "audio-transcriber"
7-
version = "0.5.55"
7+
version = "0.5.56"
88
description = "Transcribe your .wav .mp4 .mp3 .flac files to text or record your own audio!"
99
readme = "README.md"
1010
authors = [{ name = "Audel Rouhi", email = "knucklessg1@gmail.com" }]

0 commit comments

Comments
 (0)