From ffc6c1ff08c67e23c5442a9b34b72160112194be Mon Sep 17 00:00:00 2001 From: Psyhackological Date: Sat, 28 Jan 2023 12:41:57 +0100 Subject: [PATCH] Version 0.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 48b024f..5377366 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ytxt" -version = "0.1.0" +version = "0.1.1" description = "This module downloads subtitles in .vtt file format then it opens it as a regular .txt file removes not needed stuff and in the end it saves to a clean looking .txt file with the same name." authors = ["Psyhackological "] license = "GPL-3.0"