Skip to content
This repository was archived by the owner on Jul 3, 2026. It is now read-only.

Commit a313a9c

Browse files
authored
Merge pull request #11 from alexandrainst/fix/rename-package-coral-chatterbox
fix: update package name reference from chatterbox-tts to coral_chatt…
2 parents 9607e6b + 2c1a518 commit a313a9c

2 files changed

Lines changed: 858 additions & 1100 deletions

File tree

src/chatterbox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
except ImportError:
44
from importlib_metadata import version # For Python <3.8
55

6-
__version__ = version("chatterbox-tts")
6+
__version__ = version("coral_chatterbox")
77

88

99
from .tts import ChatterboxTTS

0 commit comments

Comments
 (0)