From e9dd1e031cb3767b23937e2cbbb7687e46b211d2 Mon Sep 17 00:00:00 2001 From: Shayanide Date: Fri, 15 May 2026 08:12:31 +0000 Subject: [PATCH] Bump version to 0.2.2 --- .claude-plugin/plugin.json | 2 +- pyproject.toml | 2 +- server.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 62c49a5..2e8ace2 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "datapoint", - "version": "0.2.1", + "version": "0.2.2", "description": "Get real human opinions — surveys, preference comparisons, ratings, and rankings — from inside Claude Code, powered by Datapoint AI.", "author": { "name": "Datapoint AI", diff --git a/pyproject.toml b/pyproject.toml index 6392913..a249ea1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "datapoint-mcp" -version = "0.2.1" +version = "0.2.2" description = "MCP server for creating human evaluation surveys via Datapoint AI" license = "MIT" license-files = ["LICENSE"] diff --git a/server.json b/server.json index b255ef0..d209f68 100644 --- a/server.json +++ b/server.json @@ -3,7 +3,7 @@ "name": "io.github.impel-intelligence/datapoint-mcp", "title": "Datapoint", "description": "MCP server for human-in-the-loop surveys, A/B preference tests, ratings, and rankings. Get real human opinions on text, images, audio, and video — directly from any MCP client.", - "version": "0.2.1", + "version": "0.2.2", "repository": { "url": "https://github.com/impel-intelligence/datapoint-mcp", "source": "github" @@ -14,7 +14,7 @@ "registryType": "pypi", "registryBaseUrl": "https://pypi.org", "identifier": "datapoint-mcp", - "version": "0.2.1", + "version": "0.2.2", "runtimeHint": "uvx", "transport": { "type": "stdio"