From 9198b173b7890612142548351fb8e30929764a06 Mon Sep 17 00:00:00 2001 From: dtehan-td Date: Fri, 15 May 2026 16:43:54 -0700 Subject: [PATCH] updating the version number --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0d80467..dc31365 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "teradata-mcp-server" -version = "0.2.1" +version = "0.2.2" description = "Model Context Protocol (MCP) server for Teradata, Community edition" readme = {file = "README.md", content-type = "text/markdown"} license = {text = "MIT"}