From c5719087b97202509f708e027a96cb26c8d6b788 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 7 Oct 2025 05:55:04 +0000 Subject: [PATCH] Bump version to 0.5.0 --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c3338ba19..7b172a433 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "openpipe-art" -version = "0.4.12" +version = "0.5.0" description = "The OpenPipe Agent Reinforcement Training (ART) library" readme = "README.md" requires-python = ">=3.10" diff --git a/uv.lock b/uv.lock index 7c8dfc49e..651dbafac 100644 --- a/uv.lock +++ b/uv.lock @@ -4145,7 +4145,7 @@ wheels = [ [[package]] name = "openpipe-art" -version = "0.4.12" +version = "0.5.0" source = { editable = "." } dependencies = [ { name = "litellm" },