From dff2c9346fb4508b68b2c27083c64171ca1b639c Mon Sep 17 00:00:00 2001 From: Matthew Cane Date: Fri, 18 Oct 2024 23:18:37 +0100 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b11d119..2cecb34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "python-ntfy" -version = "0.2.4" +version = "0.2.5" description = "An ntfy library aiming for feature completeness" authors = ["Matthew Cane "] readme = "README.md"