From e1d889a5ae7cb4e24c2963e72a3168dc66495dc9 Mon Sep 17 00:00:00 2001 From: Emin Date: Wed, 29 Apr 2026 17:07:53 +0800 Subject: [PATCH] chore: bump ecc-tools version to v0.1.0-alpha.2 Signed-off-by: Emin --- .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 5b367ef83..ad113fd19 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.1)' + description: 'Tag to release (e.g., v0.1.0-alpha.2)' required: true - default: 'v0.1.0-alpha.1' + default: 'v0.1.0-alpha.2' permissions: contents: write diff --git a/pyproject.toml b/pyproject.toml index b87dfe0ee..f742e553b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "uv_build" [project] name = "ecc-tools" -version = "0.1.0-alpha.1" +version = "0.1.0-alpha.2" requires-python = ">=3.11" dependencies = []