From 927805401a57ab193b39fa3de15d79d705abccf0 Mon Sep 17 00:00:00 2001 From: Wil T Date: Mon, 13 Jan 2025 18:35:14 -0500 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 998d927..dc079c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fg-forge-updater" -version = "1.3.1" +version = "1.3.2" readme = "README.md" requires-python = ">=3.11" license = { file = "LICENSE" }