From 88c59625568524d2b0cdfa304017fda44cb0d9e8 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sun, 19 May 2024 20:01:11 +0200 Subject: [PATCH] Bump version to 1.0.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dea903c..e57c3d0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ build-backend = "poetry.core.masonry.api" name = "youtubedlez" # The version of the package. -version = "1.0.0" +version = "1.0.1" # A brief, one-sentence description about your project. description = "Super simple terminal interface for yt-dlp"