From d75ad8c40245d210711b9545a78fb39e8b86568b Mon Sep 17 00:00:00 2001 From: Chris Howell Date: Fri, 21 Aug 2020 11:46:07 -0700 Subject: [PATCH] Revert "v0.3.1" This reverts commit dec09fa48ae9468203ca79887b10692fcbdc9194. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 1490707..7263342 100644 --- a/setup.py +++ b/setup.py @@ -24,10 +24,10 @@ def get_test_suite(): setuptools.setup( name="youtube_transcript_api", - version="0.3.1", + version="0.3.0", 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!", + 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 and it does not require a headless browser, like other selenium based solutions do!", long_description=get_long_description(), long_description_content_type="text/markdown", keywords="youtube-api subtitles youtube transcripts transcript subtitle youtube-subtitles youtube-transcripts cli",