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"