Skip to content

Commit a6f4aef

Browse files
committed
🔖 Update version to 0.6.8 for release v0.6.8
1 parent f007a5b commit a6f4aef

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.6.7 at 2025-11-03 13:17:22 UTC
1+
Release 0.6.8 at 2025-11-10 18:07:20 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.6.7"
3+
version = "0.6.8"
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.6.7"
93+
__version__ = "0.6.8"
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)