Skip to content

Commit 5b11fa2

Browse files
committed
🔖 Update version to 0.5.11 for release v0.5.11
1 parent 8865503 commit 5b11fa2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/.release_timestamp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Release 0.5.10 at 2025-10-03 16:51:22 UTC
1+
Release 0.5.11 at 2025-10-06 16:00:41 UTC

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "palabra-ai"
3-
version = "0.5.10"
3+
version = "0.5.11"
44
description = "Client library for Palabra AI's real-time speech translation, dubbing, and voice synthesis APIs across 25+ languages."
55
readme = "README.md"
66
authors = [

src/palabra_ai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
from palabra_ai.task.adapter.dummy import DummyReader, DummyWriter # noqa: F401
9191
from palabra_ai.task.adapter.file import FileReader, FileWriter # noqa: F401
9292

93-
__version__ = "0.5.10"
93+
__version__ = "0.5.11"
9494

9595
__all__ = [
9696
# Client

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)