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