Skip to content

Commit 8a07450

Browse files
committed
v0.1.2
1 parent 7e88e55 commit 8a07450

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

easyagent/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from easyagent.memory import BaseMemory, SlidingWindowMemory, SummaryMemory
55
from easyagent.tool import Tool, ToolManager, register_tool
66

7-
__version__ = "0.1.1"
7+
__version__ = "0.1.2"
88
__all__ = [
99
# Agent
1010
"ReactAgent",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "easy-agent-sdk"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "A lightweight AI Agent framework built on LiteLLM with ReAct reasoning, tool calling, and smart memory."
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)