From 5b97c9277566015bfa9bd089e64d50d372a8960d Mon Sep 17 00:00:00 2001 From: Kathan Sanghavi Date: Sun, 30 Nov 2025 14:56:29 +0530 Subject: [PATCH] Bump version to 0.2.2 --- agenttools/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/agenttools/__init__.py b/agenttools/__init__.py index 7b741e1..69a02f4 100644 --- a/agenttools/__init__.py +++ b/agenttools/__init__.py @@ -9,7 +9,7 @@ from .csv_tools import CSVTools from .web_tools import WebTools -__version__ = "0.2.1" +__version__ = "0.2.2" __all__ = [ "FileIOTools", "ExcelTools", diff --git a/pyproject.toml b/pyproject.toml index 441e54e..2d75678 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ai-agenttools" -version = "0.2.1" +version = "0.2.2" description = "Semantic Kernel plugins for AI agents: File I/O, Excel, Word, PowerPoint, PDF, CSV, Web scraping, and Shell commands" readme = "README.md" requires-python = ">=3.9"