diff --git a/metadata.json b/metadata.json index de8c78f..daaf2e6 100644 --- a/metadata.json +++ b/metadata.json @@ -17,7 +17,7 @@ }, "versions": [ { - "version": "1.2.0", + "version": "1.2.1", "status": "stable", "kicad_version": "10.0", "runtime": "ipc" diff --git a/pyproject.toml b/pyproject.toml index d600e16..2a7d379 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ # the dependency list there in sync with [project.dependencies]. [project] name = "fill-resistance" -version = "1.2.0" +version = "1.2.1" description = "DC/AC resistance of copper zone fills and traces between two contacts (KiCad 10 plugin)" license = "GPL-3.0-or-later" requires-python = ">=3.11" diff --git a/uv.lock b/uv.lock index d9c3697..312d8c6 100644 --- a/uv.lock +++ b/uv.lock @@ -216,7 +216,7 @@ wheels = [ [[package]] name = "fill-resistance" -version = "1.2.0" +version = "1.2.1" source = { virtual = "." } dependencies = [ { name = "kicad-python" },