From 01455ecb0a693ea9914e1b42e896b2fc111bb4e5 Mon Sep 17 00:00:00 2001 From: DevStrikerTech Date: Wed, 8 Apr 2026 19:35:27 +0100 Subject: [PATCH] chore(release): bump version to 0.7.1 Made-with: Cursor --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5482a90..c92f91f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "oris-ai" -version = "0.7.0" +version = "0.7.1" description = "Oris: Responsible AI runtime framework for production pipelines." readme = "README.md" requires-python = ">=3.10"