From 51fe71e4206bfcd305d327902b88acacdde2beeb Mon Sep 17 00:00:00 2001 From: ishaansehgal99 Date: Fri, 8 Aug 2025 00:26:23 -0700 Subject: [PATCH] Bump version to 1.4.3 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f1cf358..05fd29a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "omnara" -version = "1.4.2" +version = "1.4.3" description = "Omnara Agent Dashboard - MCP Server and Python SDK" readme = "README.md" requires-python = ">=3.10"