From 64b7eb2ee11c6e7fed9d6cfe5101cbe52b0e3e72 Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Mon, 29 Sep 2025 21:15:31 +0200 Subject: [PATCH] fix: correct version in pyproject.toml --- machine-learning/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine-learning/pyproject.toml b/machine-learning/pyproject.toml index 9adb2095ab..63b7c37cc2 100644 --- a/machine-learning/pyproject.toml +++ b/machine-learning/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "immich-ml" -version = "minor" +version = "1.144.0" description = "" authors = [{ name = "Hau Tran", email = "alex.tran1502@gmail.com" }] requires-python = ">=3.10,<4.0"