Skip to content

Commit

Permalink
Version to 2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
monoxgas committed Nov 21, 2024
1 parent fec6ec9 commit cbcaca0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "rigging"
version = "2.0.6"
version = "2.0.7"
description = "LLM Interaction Framework"
authors = ["Nick Landers <monoxgas@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion rigging/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit cbcaca0

Please sign in to comment.