From 74ad5e0e1329884bc967667814c6df771bc8b8db Mon Sep 17 00:00:00 2001 From: kerthcet Date: Sat, 6 Dec 2025 10:10:47 +0000 Subject: [PATCH] Release 0.0.5 Signed-off-by: kerthcet --- Makefile | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0c007a6..37e7b03 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ RUFF := .venv/bin/ruff PYTEST := .venv/bin/pytest .PHONY: build -build: lint +build: lint build-dashboard $(POETRY) build .PHONY: publish diff --git a/pyproject.toml b/pyproject.toml index 438fd5d..fe17c16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "alphatrion" -version = "0.0.4" +version = "0.0.5" description = "⚒️ AlphaTrion is an open-source framework to help build GenAI applications, including experiment tracking, adaptive model routing, prompt optimization and performance evaluation." license = {text = "Apache-2.0"} readme = "README.md"