Skip to content

Commit 53fd6b8

Browse files
committed
Bump version: 0.5.67 → 0.5.68
1 parent bef6a57 commit 53fd6b8

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
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.67
2+
current_version = 0.5.68
33
commit = True
44
tag = True
55

Dockerfile

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

5656
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.67*
24+
*Version: 0.5.68*
2525

2626
## Overview
2727

audio_transcriber/audio_transcriber_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
)

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.67"
7+
version = "0.5.68"
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)