From 2ede78454510f85317af83fa85204115a09f0016 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 7 Oct 2025 01:57:30 +0200 Subject: [PATCH] Bump version from 1.1 to 1.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2387580..2b66c3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "inventree-apprise" -version = "1.1" +version = "1.2" description=" Send notifications from InvenTree via Apprise" readme = "README.md" license = {text = "MIT"}