We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b48b4d commit 82ab95eCopy full SHA for 82ab95e
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "rigging"
3
-version = "2.2.1"
+version = "2.2.2"
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.2.1"
+__version__ = "2.2.2"
22
23
__all__ = [
24
"get_generator",
0 commit comments