From 4014b1c17ffbc2750ab3b1a446f225174cb55b2e Mon Sep 17 00:00:00 2001 From: pranav-afk Date: Mon, 13 Jul 2026 17:36:37 +0530 Subject: [PATCH] chore: align apps/api pyproject.toml version with monorepo 1.3.1 apps/api/pyproject.toml was still reporting 0.24.0 while package manifests across the monorepo ship 1.3.1. Fixes #9355 --- 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]