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 = []