Skip to content

Commit 13ca342

Browse files
committed
Version to 2.2.3
1 parent 68576b1 commit 13ca342

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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.2"
3+
version = "2.2.3"
44
description = "LLM Interaction Framework"
55
authors = ["Nick Landers <monoxgas@gmail.com>"]
66
license = "MIT"

rigging/__init__.py

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

21-
__version__ = "2.2.2"
21+
# TODO: Migrate to importlib for this
22+
__version__ = "2.2.3"
2223

2324
__all__ = [
2425
"get_generator",

0 commit comments

Comments
 (0)