Skip to content

Commit 1a0f2b0

Browse files
committed
Version to 2.1.0
1 parent 5aa941c commit 1a0f2b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rigging"
3-
version = "2.0.8"
3+
version = "2.1.0"
44
description = "LLM Interaction Framework"
55
authors = ["Nick Landers <monoxgas@gmail.com>"]
66
license = "MIT"

rigging/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from rigging.tool import ApiTool, Tool
1919
from rigging.util import await_
2020

21-
__version__ = "2.0.8"
21+
__version__ = "2.1.0"
2222

2323
__all__ = [
2424
"get_generator",

0 commit comments

Comments
 (0)