We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68576b1 commit 13ca342Copy full SHA for 13ca342
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "rigging"
3
-version = "2.2.2"
+version = "2.2.3"
4
description = "LLM Interaction Framework"
5
authors = ["Nick Landers <monoxgas@gmail.com>"]
6
license = "MIT"
rigging/__init__.py
@@ -18,7 +18,8 @@
18
from rigging.tool import ApiTool, Tool
19
from rigging.util import await_
20
21
-__version__ = "2.2.2"
+# TODO: Migrate to importlib for this
22
+__version__ = "2.2.3"
23
24
__all__ = [
25
"get_generator",
0 commit comments