From 87c7245b1e594d0ac77cbe0d3ef039252360211c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 17 Jan 2025 10:38:07 +0000 Subject: [PATCH] Bump version to 0.1.22 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 94c8fa5..7613569 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "fastapi-agents" -version = "0.1.21" +version = "0.1.22" description = "A FastAPI extension for integrating common AI agent frameworks." readme = "README.md" classifiers = [ "Development Status :: 3 - Alpha", "Framework :: FastAPI", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.12", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent",]