diff --git a/pyproject.toml b/pyproject.toml index 27ba58b..8f2ceae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "rigging" -version = "2.0.6" +version = "2.0.7" description = "LLM Interaction Framework" authors = ["Nick Landers "] license = "MIT" diff --git a/rigging/__init__.py b/rigging/__init__.py index b74cbd6..80aeb44 100644 --- a/rigging/__init__.py +++ b/rigging/__init__.py @@ -18,7 +18,7 @@ from rigging.tool import Tool from rigging.util import await_ -__version__ = "2.0.6" +__version__ = "2.0.7" __all__ = [ "get_generator",