From d69f5c0292c189caf7796fd9e3e81c3bdf417619 Mon Sep 17 00:00:00 2001 From: John Bernard <38332081+loqusion@users.noreply.github.com> Date: Thu, 13 Jul 2023 09:04:54 -0500 Subject: [PATCH] build: bump version to v0.5.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5a62445..9750b7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hyprshade" -version = "0.5.0" +version = "0.5.1" description = "" authors = ["John Bernard "] license = "MIT"