From 37a570fe6d31fc3edd6b146af7448fefdfe51c8a Mon Sep 17 00:00:00 2001 From: Shun Liang Date: Wed, 16 Oct 2024 22:43:17 +0100 Subject: [PATCH] Release 0.2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7c29dae..6c7bfdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "yt2doc" -version = "0.1.2" +version = "0.2.0" description = "Transcribe any YouTube video into a structural Markdown document" readme = "README.md" requires-python = ">=3.10"