From 258eb65e5f17f37c1495ce73c4b1fcc76c0b08fb Mon Sep 17 00:00:00 2001 From: Lukas Chrostowski Date: Fri, 27 Dec 2024 12:35:47 -0800 Subject: [PATCH] v0.4.30 --- klayout/EBeam/pymacros/__init__.py | 2 +- klayout/grain.xml | 2 +- klayout/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/klayout/EBeam/pymacros/__init__.py b/klayout/EBeam/pymacros/__init__.py index 1addcf17..e7f0c415 100644 --- a/klayout/EBeam/pymacros/__init__.py +++ b/klayout/EBeam/pymacros/__init__.py @@ -1,6 +1,6 @@ # $autorun -version = "0.4.29" +version = "0.4.30" print('SiEPIC-EBeam-PDK Python module: pymacros, v%s' % version) diff --git a/klayout/grain.xml b/klayout/grain.xml index e54aced8..d807c563 100644 --- a/klayout/grain.xml +++ b/klayout/grain.xml @@ -1,7 +1,7 @@ siepic_ebeam_pdk - 0.4.29 + 0.4.30 0.27 SiEPIC EBeam PDK A Process Design Kit for Silicon Photonics fabricated using Electron Beam Lithography, at Applied Nanotools (ANT) diff --git a/klayout/pyproject.toml b/klayout/pyproject.toml index 1bd3569e..def0fe32 100644 --- a/klayout/pyproject.toml +++ b/klayout/pyproject.toml @@ -6,7 +6,7 @@ packages = [ [project] name = "siepic_ebeam_pdk" -version = "0.4.29" +version = "0.4.30" authors = [ { name="Lukas Chrostowski", email="lukasc@ece.ubc.ca" }, ]