From dcfa1fcee743de15907da0b9ad21d3a6f63f0d01 Mon Sep 17 00:00:00 2001 From: lukebuehler <542828+lukebuehler@users.noreply.github.com> Date: Fri, 12 Apr 2024 11:21:30 +0200 Subject: [PATCH] increased version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8a789da..3566e5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "agent-os-py" -version = "0.1.0" +version = "0.1.1" description = "A library and runtime to build autonomous AI agents." authors = [] license = "MIT"