Skip to content

Commit 82ab95e

Browse files
committed
Bump version to 2.2.2
1 parent 7b48b4d commit 82ab95e

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.2.1"
3+
version = "2.2.2"
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.2.1"
21+
__version__ = "2.2.2"
2222

2323
__all__ = [
2424
"get_generator",

0 commit comments

Comments
 (0)