From eee2b9ad0180c51d9a1df5b3cfe34e6c9e1ce1ba Mon Sep 17 00:00:00 2001 From: Jonas Depoix Date: Wed, 9 Oct 2019 13:30:34 +0200 Subject: [PATCH] v0.1.9 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1c73128..2c6aed3 100644 --- a/setup.py +++ b/setup.py @@ -24,7 +24,7 @@ def get_test_suite(): setuptools.setup( name="youtube_transcript_api", - version="0.1.8", + version="0.1.9", 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 and it does not require a headless browser, like other selenium based solutions do!",