From 3119e4f407214554e1284142962abddf2140255f Mon Sep 17 00:00:00 2001 From: Lukas Chrostowski Date: Sat, 19 Oct 2024 02:28:11 -0700 Subject: [PATCH] v0.4.24, depends on SiEPIC-Tools 0.5.14 --- klayout/EBeam/pymacros/__init__.py | 2 +- klayout/grain.xml | 4 ++-- klayout/pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/klayout/EBeam/pymacros/__init__.py b/klayout/EBeam/pymacros/__init__.py index 476cbfea..f3077de9 100644 --- a/klayout/EBeam/pymacros/__init__.py +++ b/klayout/EBeam/pymacros/__init__.py @@ -1,6 +1,6 @@ # $autorun -version = "0.4.23" +version = "0.4.24" print('SiEPIC-EBeam-PDK Python module: pymacros') diff --git a/klayout/grain.xml b/klayout/grain.xml index b10daf79..bbe59665 100644 --- a/klayout/grain.xml +++ b/klayout/grain.xml @@ -1,7 +1,7 @@ siepic_ebeam_pdk - 0.4.23 + 0.4.24 0.27 SiEPIC EBeam PDK A Process Design Kit for Silicon Photonics fabricated using Electron Beam Lithography (UW, ANT, SiEPICfab) @@ -14,7 +14,7 @@ siepic_tools - 0.5.4 + 0.5.14 xsection diff --git a/klayout/pyproject.toml b/klayout/pyproject.toml index 7aeeb4f3..9aae2a63 100644 --- a/klayout/pyproject.toml +++ b/klayout/pyproject.toml @@ -6,7 +6,7 @@ packages = [ [project] name = "siepic_ebeam_pdk" -version = "0.4.23" +version = "0.4.24" authors = [ { name="Lukas Chrostowski", email="lukasc@ece.ubc.ca" }, ]