Skip to content

Commit fc0cbfc

Browse files
committed
Update ChatAIStream to v1.0.2
1 parent 78a2616 commit fc0cbfc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
chatai-stream==1.0.1
1+
chatai-stream==1.0.2
22
gTTS==2.3.2
33
deep-translator==1.11.1
44
pydub==0.25.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def _requires_from_file(filename):
1212

1313
setup(
1414
name="chatai-streamer",
15-
version="2.0.2",
15+
version="2.0.3",
1616
license="MIT",
1717
description="ChatGPT answer aloud YouTube chat messages.",
1818
author="General Yadoc",

src/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .ChatAIStreamer import *
22
from .GttsAIStreamer import *
33

4-
__version__ = '2.0.2'
4+
__version__ = '2.0.3'

0 commit comments

Comments
 (0)