From 904acaf153d684d2656d5b6a8a5bf6d759ca0ccd Mon Sep 17 00:00:00 2001 From: Jonas Depoix Date: Mon, 8 Nov 2021 11:03:50 +0100 Subject: [PATCH] set version to 0.4.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 76f7bbb..f69fc55 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def get_test_suite(): setuptools.setup( name="youtube_transcript_api", - version="0.4.1", + version="0.4.2", author="Jonas Depoix", author_email="jonas.depoix@web.de", description="This is an python API which allows you to get the transcripts/subtitles for a given YouTube video. It also works for automatically generated subtitles, supports translating subtitles and it does not require a headless browser, like other selenium based solutions do!",