From f0588d592de80d5dc31bdb29f6f5aee389af4a57 Mon Sep 17 00:00:00 2001 From: Emin Date: Tue, 21 Apr 2026 11:13:37 +0800 Subject: [PATCH] chore(release): bump version to 0.1.0-alpha.1 Co-Authored-By: Claude Opus 4.6 (1M context) --- .github/workflows/release.yml | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7934dc081..dfdb9464d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,9 +6,9 @@ on: workflow_dispatch: inputs: tag_name: - description: 'Tag to release (e.g., v0.1.0-alpha)' + description: 'Tag to release (e.g., v0.1.0-alpha.1)' required: true - default: 'v0.1.0-alpha' + default: 'v0.1.0-alpha.1' permissions: contents: write diff --git a/pyproject.toml b/pyproject.toml index f320872a1..b87dfe0ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "uv_build" [project] name = "ecc-tools" -version = "0.1.0-alpha" +version = "0.1.0-alpha.1" requires-python = ">=3.11" dependencies = []