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"