From a0e01ca56fa8a86d1d0eafb281461b38b0503ef0 Mon Sep 17 00:00:00 2001 From: Tacit Lab Date: Fri, 17 Apr 2026 16:44:58 +0800 Subject: [PATCH] chore: bump version to 2.1.0 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 e4e0e77..a82ac36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "coinhunter" -version = "2.0.9" +version = "2.1.0" description = "Binance-first trading CLI for balances, market data, opportunity scanning, and execution." readme = "README.md" license = {text = "MIT"}