From ccc80fe69fa4b069a65afbc950a6ed19d6773588 Mon Sep 17 00:00:00 2001 From: ThreeFish Date: Mon, 6 Apr 2026 17:45:40 +0800 Subject: [PATCH] =?UTF-8?q?chore(release):=20=E7=89=88=E6=9C=AC=E5=8F=B7?= =?UTF-8?q?=E4=BB=8E=20v0.1.2a1=20=E6=AD=A3=E5=BC=8F=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E4=B8=BA=20v0.1.2;?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://github.com/claude), [CodeX](https://openai.com), [Gemini](https://github.com/apps/gemini-code-assist) Co-Authored-By: Aurelius Huang --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 42d8043..12fc69e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "coding-proxy" -version = "0.1.2a1" +version = "0.1.2" description = "A High-Availability, Transparent, and Smart Multi-Vendor Proxy for Claude Code. Support Claude Plans, GitHub Copilot, Google Antigravity, ZAI/GLM." readme = "README.md" requires-python = ">=3.12" diff --git a/uv.lock b/uv.lock index 5922774..f4adcc5 100644 --- a/uv.lock +++ b/uv.lock @@ -65,7 +65,7 @@ wheels = [ [[package]] name = "coding-proxy" -version = "0.1.2a1" +version = "0.1.2" source = { editable = "." } dependencies = [ { name = "aiosqlite" },