Skip to content

Commit 8521f21

Browse files
committed
bump version
1 parent 0c8653a commit 8521f21

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sdk-python/copilotkit/sdk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
from .logging import get_logger, bold
1515

1616

17-
COPILOTKIT_SDK_VERSION = "0.1.31"
17+
COPILOTKIT_SDK_VERSION = "0.1.32"
1818

1919
logger = get_logger(__name__)
2020

sdk-python/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 = "copilotkit"
3-
version = "0.1.31-alpha.4"
3+
version = "0.1.32"
44
description = "CopilotKit python SDK"
55
authors = ["Markus Ecker <markus.ecker@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)