From 8354639f9bdc0faf4a20a371be4ad6ad965e5a80 Mon Sep 17 00:00:00 2001 From: Emin Date: Tue, 8 Sep 2026 18:10:43 +0800 Subject: [PATCH 1/2] chore: bump ecc and ecc-tools Signed-off-by: Emin --- chipcompiler/__init__.py | 2 +- pyproject.toml | 4 ++-- uv.lock | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chipcompiler/__init__.py b/chipcompiler/__init__.py index 40c2cf7a1..152f28e6f 100644 --- a/chipcompiler/__init__.py +++ b/chipcompiler/__init__.py @@ -1,2 +1,2 @@ # chipcompiler package -__version__ = "0.1.0-alpha.11" +__version__ = "0.1.0-alpha.12" diff --git a/pyproject.toml b/pyproject.toml index 010e37e8e..514f5ab92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ requires = [ "uv-build>=0.8.5" ] [project] name = "ecc" -version = "0.1.0-alpha.11" +version = "0.1.0-alpha.12" readme = "README.md" authors = [ { name = "Emin", email = "me@emin.chat" }, @@ -21,7 +21,7 @@ classifiers = [ ] dependencies = [ "ecc-dreamplace==0.1.0a7", - "ecc-tools-bin==0.1.0a12", + "ecc-tools-bin==0.1.0a13", "fastapi>=0.109", "jsonrpcserver>=5.0.9", "klayout>=0.30.2", diff --git a/uv.lock b/uv.lock index 2b7b3109c..aedf194bc 100644 --- a/uv.lock +++ b/uv.lock @@ -445,7 +445,7 @@ wheels = [ [[package]] name = "ecc" -version = "0.1.0a11" +version = "0.1.0a12" source = { editable = "." } dependencies = [ { name = "ecc-dreamplace" }, @@ -591,7 +591,7 @@ dev = [ [[package]] name = "ecc-tools-bin" -version = "0.1.0a12" +version = "0.1.0a13" source = { editable = "chipcompiler/thirdparty/ecc-tools" } dependencies = [ { name = "matplotlib" }, From a542469dd54b1fa2b7fb59189cbad59fe885ea4b Mon Sep 17 00:00:00 2001 From: Emin Date: Tue, 8 Sep 2026 18:15:52 +0800 Subject: [PATCH 2/2] chore: bump version in ci Signed-off-by: Emin --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 808c84294..2772108a5 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.8)' + description: 'Tag to release (e.g., v0.1.0-alpha.12)' required: false - default: 'v0.1.0-alpha.8' + default: 'v0.1.0-alpha.12' permissions: actions: read