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" }, ]