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"