From e9276557ea8103d5f10a5131b61f9eacbdde7076 Mon Sep 17 00:00:00 2001 From: Vedantdhewale07 Date: Sun, 5 Jul 2026 02:32:57 -0700 Subject: [PATCH] fix(api): sync pyproject version with repository version --- apps/api/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/api/pyproject.toml b/apps/api/pyproject.toml index 428aabba7d1..3cd733efb16 100644 --- a/apps/api/pyproject.toml +++ b/apps/api/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "Plane" -version = "0.24.0" +version = "1.3.1" description = "Open-source project management that unlocks customer value" [tool.ruff]