From ca0625b199f5af4f4bd9cb7896e1af803b5625d2 Mon Sep 17 00:00:00 2001 From: Tacit Lab Date: Fri, 17 Apr 2026 16:51:55 +0800 Subject: [PATCH] chore: bump version to 2.1.1 Co-Authored-By: Claude Opus 4.7 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a82ac36..f99a571 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "coinhunter" -version = "2.1.0" +version = "2.1.1" description = "Binance-first trading CLI for balances, market data, opportunity scanning, and execution." readme = "README.md" license = {text = "MIT"}