Skip to content

Commit f01c8e1

Browse files
committed
Bump version: 0.5.71 → 0.5.72
1 parent d49d85e commit f01c8e1

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
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.71
2+
current_version = 0.5.72
33
commit = True
44
tag = True
55

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,6 @@ ENV HOST=${HOST} \
5353
RUN apt update \
5454
&& apt install -y libasound-dev gcc portaudio19-dev \
5555
&& curl -LsSf https://astral.sh/uv/install.sh | sh \
56-
&& uv pip install --system --upgrade --verbose --no-cache --break-system-packages audio-transcriber[all]>=0.5.71
56+
&& uv pip install --system --upgrade --verbose --no-cache --break-system-packages audio-transcriber[all]>=0.5.72
5757

5858
CMD ["audio-transcriber-mcp"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
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.71*
24+
*Version: 0.5.72*
2525

2626
## Overview
2727

audio_transcriber/audio_transcriber.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
import whisper
1515
import wave
1616

17-
__version__ = "0.5.71"
17+
__version__ = "0.5.72"
1818

1919

2020
class AudioTranscriber:

audio_transcriber/audio_transcriber_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
from pydantic_ai.ui import SSE_CONTENT_TYPE
3030
from pydantic_ai.ui.ag_ui import AGUIAdapter
3131

32-
__version__ = "0.5.71"
32+
__version__ = "0.5.72"
3333

3434
# Configure logging
3535
logging.basicConfig(

audio_transcriber/audio_transcriber_mcp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
JWTClaimsLoggingMiddleware,
3030
)
3131

32-
__version__ = "0.5.71"
32+
__version__ = "0.5.72"
3333

3434
logger = get_logger(name="TokenMiddleware")
3535
logger.setLevel(logging.DEBUG)

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.71"
7+
version = "0.5.72"
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)