We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aa941c commit 1a0f2b0Copy full SHA for 1a0f2b0
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "rigging"
3
-version = "2.0.8"
+version = "2.1.0"
4
description = "LLM Interaction Framework"
5
authors = ["Nick Landers <monoxgas@gmail.com>"]
6
license = "MIT"
rigging/__init__.py
@@ -18,7 +18,7 @@
18
from rigging.tool import ApiTool, Tool
19
from rigging.util import await_
20
21
-__version__ = "2.0.8"
+__version__ = "2.1.0"
22
23
__all__ = [
24
"get_generator",
0 commit comments