From a44f2f107566728db6ddff61a317ecdae76ebe2a Mon Sep 17 00:00:00 2001 From: Liuhaai Date: Mon, 18 May 2026 15:42:37 -0700 Subject: [PATCH] chore: bump version to 1.1.5 Aligns pyproject.toml with src/trio_core/__init__.py (which was bumped to 1.1.5 in #42 but pyproject.toml was missed). --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0279dca..40d6500 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "trio-core" -version = "1.1.4" +version = "1.1.5" description = "Open-source camera intelligence — ONVIF discovery, RTSP relay, YOLO detection, VLM scene understanding" readme = "README.md" license = "Apache-2.0"