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"