From e75ca343985d0266d009ff7f357be876b524f440 Mon Sep 17 00:00:00 2001 From: Rishang Date: Mon, 10 Jun 2024 15:50:08 +0530 Subject: [PATCH] chore: Bump version to 0.4.3 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fd77da9..ca59ae5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ in-project = true [tool.poetry] name = "install-release" -version = "0.4.2" +version = "0.4.3" readme = "README.md" description = "A cli tool to install tools based on your device info directly from github releases and keep them updated." authors = ["Rishang "]