From 48cce90d5a32658a2eda6d4933e57fa1e0a1c8b8 Mon Sep 17 00:00:00 2001 From: Jonas Depoix Date: Mon, 11 Nov 2024 15:21:13 +0100 Subject: [PATCH] temporary change to test publish in CI --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ba5397b..4c7e04f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,8 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "youtube-transcript-api" -version = "0.6.2" +# TODO change back to .2 +version = "0.6.3" 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!" readme = "README.md" license = "MIT"