From 5a19a6ea37cac8f496dabbf0cda6655cb6a0aa06 Mon Sep 17 00:00:00 2001 From: 1bcMax Date: Wed, 12 Aug 2026 10:10:25 -0500 Subject: [PATCH] =?UTF-8?q?release:=201.10.1=20=E2=80=94=20docs-only=20pat?= =?UTF-8?q?ch;=20free-tier=20docs=20refreshed=20after=20deepseek-v4-flash?= =?UTF-8?q?=20NVIDIA=20EOL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also picks up the CLAUDE.md brand marker (71 -> 70) that the #47 sync run updated but did not stage. --- CLAUDE.md | 2 +- blockrun_llm/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index a4542c7..05cd9c6 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1,6 +1,6 @@ # BlockRun LLM SDK (Python) -Python SDK for 71 LLMs plus image/video/music/speech generation, standalone search, multi-chain RPC, and Pyth-backed market data — all gated by USDC micropayments via x402. No API keys — wallet signature is authentication. +Python SDK for 70 LLMs plus image/video/music/speech generation, standalone search, multi-chain RPC, and Pyth-backed market data — all gated by USDC micropayments via x402. No API keys — wallet signature is authentication. ## Commands diff --git a/blockrun_llm/__init__.py b/blockrun_llm/__init__.py index df16b8c..4ce1c53 100644 --- a/blockrun_llm/__init__.py +++ b/blockrun_llm/__init__.py @@ -184,7 +184,7 @@ create_wallet as generate_wallet, # User-friendly alias ) -__version__ = "1.10.0" +__version__ = "1.10.1" __all__ = [ "NETWORK_ALIASES", "SUPPORTED_NETWORKS", diff --git a/pyproject.toml b/pyproject.toml index 38251cd..3635ac7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "blockrun-llm" -version = "1.10.0" +version = "1.10.1" description = "BlockRun SDK - Pay-per-request AI (LLM, Image, Video, Music, Voice) via x402 on Base and Solana" readme = "README.md" license = "MIT"