From 01b8dc672e39c894790b6eac9e1444c768ee979e Mon Sep 17 00:00:00 2001 From: Shayanide Date: Fri, 15 May 2026 07:24:36 +0000 Subject: [PATCH] Bump version to 0.2.1 --- .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 a0eb58d..62c49a5 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -1,6 +1,6 @@ { "name": "datapoint", - "version": "0.2.0", + "version": "0.2.1", "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 c8fea8e..6392913 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "datapoint-mcp" -version = "0.2.0" +version = "0.2.1" 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 32c8928..b255ef0 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.0", + "version": "0.2.1", "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.0", + "version": "0.2.1", "runtimeHint": "uvx", "transport": { "type": "stdio"