diff --git a/alloccontext/__init__.py b/alloccontext/__init__.py index d2287ee..28ead14 100644 --- a/alloccontext/__init__.py +++ b/alloccontext/__init__.py @@ -1,3 +1,3 @@ """AllocContext — portfolio-aware crypto context for agents (MCP).""" -__version__ = "0.2.2" +__version__ = "0.2.3" diff --git a/pyproject.toml b/pyproject.toml index 4e97514..8776e01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "alloc-context" -version = "0.2.2" +version = "0.2.3" description = "Portfolio-aware crypto context for agents — holdings-scoped market, sentiment, optional allocation analysis" readme = "README.md" license = { text = "Elastic-2.0" } diff --git a/server.json b/server.json index 2dd4c4d..7ae7552 100644 --- a/server.json +++ b/server.json @@ -8,13 +8,13 @@ "url": "https://github.com/AllocContext/alloc-context", "source": "github" }, - "version": "0.2.2", + "version": "0.2.3", "packages": [ { "registryType": "pypi", "registryBaseUrl": "https://pypi.org", "identifier": "alloc-context", - "version": "0.2.2", + "version": "0.2.3", "runtimeHint": "uvx", "transport": { "type": "stdio"