From 5381b934ae76e4b30ab749323b9c5dc3bf982b0b Mon Sep 17 00:00:00 2001 From: blackhc Date: Tue, 7 Mar 2023 11:53:01 +0000 Subject: [PATCH] Bump version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d12402b..555009a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "llm_strategy" -version = "0.0.2" +version = "0.0.3" description = "Directly Connecting Python to LLMs - Dataclasses & Interfaces <-> LLMs" authors = ["Andreas Kirsch, Daedalus Lab Ltd "] repository = "https://github.com/blackhc/llm-strategy"