From 0cd25e44ffbd1f19e3f30759308c7f58cdbc160b Mon Sep 17 00:00:00 2001 From: Nathan Gillett Date: Sun, 31 May 2026 20:00:38 -0500 Subject: [PATCH] Bump version to 0.2.1. --- alloccontext/__init__.py | 2 +- pyproject.toml | 2 +- server.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/alloccontext/__init__.py b/alloccontext/__init__.py index f1e4ff4..5e458d8 100644 --- a/alloccontext/__init__.py +++ b/alloccontext/__init__.py @@ -1,3 +1,3 @@ """AllocContext — portfolio-aware crypto context for agents (MCP).""" -__version__ = "0.2.0" +__version__ = "0.2.1" diff --git a/pyproject.toml b/pyproject.toml index b5c7b23..659e580 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "alloc-context" -version = "0.2.0" +version = "0.2.1" description = "Portfolio-aware crypto context for agents — holdings, market, optional allocation analysis" readme = "README.md" license = { text = "Elastic-2.0" } diff --git a/server.json b/server.json index b070301..3ec7717 100644 --- a/server.json +++ b/server.json @@ -8,13 +8,13 @@ "url": "https://github.com/negillett/alloc-context", "source": "github" }, - "version": "0.2.0", + "version": "0.2.1", "packages": [ { "registryType": "pypi", "registryBaseUrl": "https://pypi.org", "identifier": "alloc-context", - "version": "0.2.0", + "version": "0.2.1", "runtimeHint": "uvx", "transport": { "type": "stdio"