Skip to content

Commit 40068e1

Browse files
committed
🔖 Update version to 0.6.1 for release v0.6.1
1 parent 381a54b commit 40068e1

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.0 at 2025-10-29 11:25:58 UTC
1+
Release 0.6.1 at 2025-10-30 11:29:33 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.0"
3+
version = "0.6.1"
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.0"
93+
__version__ = "0.6.1"
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)