From 0bfdc7ccca8da973a38b8861155f8e92d5c2102c Mon Sep 17 00:00:00 2001 From: Subhamoy Biswas Date: Mon, 21 Oct 2024 23:41:21 +0530 Subject: [PATCH] (chore): bumped up to 1.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index be13323..31e1f6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "pytubepp" -version = "1.1.0" +version = "1.1.1" authors = [ { name="Subhamoy Biswas", email="hey@neosubhamoy.com" }, ]