From 5d6058d2d47ff5cf174ce9beb5f512d59e3b270e Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Sun, 2 Feb 2025 14:35:07 -0800 Subject: [PATCH] chore: bump version to 0.3 in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 537d3e4..f225e72 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "planai" -version = "0.2" +version = "0.3" description = "A simple framework for coordinating classical compute and LLM-based tasks." authors = ["Niels Provos "] license = "Apache-2.0"