From 960ff8bc937cb83d758930a00e1159ca06ce1060 Mon Sep 17 00:00:00 2001 From: Evgenii Mozharovskii Date: Mon, 9 Dec 2024 23:25:24 +0000 Subject: [PATCH] build: version bump to 0.1.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 17e583c..d7d07c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "liteswarm" -version = "0.1.0" +version = "0.1.1" description = "A lightweight framework for building AI agent systems" readme = "README.md" license = {file = "LICENSE"}