From 0956da4c5130c1750698ec5601a5d37b28f75ba1 Mon Sep 17 00:00:00 2001 From: lukasc-ubc Date: Sun, 22 Nov 2020 19:56:50 -0800 Subject: [PATCH] v0.3.30 Former-commit-id: 87a702c1889a2fa46808c98518f3c5a07f51f874 --- klayout_dot_config/grain.xml | 6 +++--- .../tech/EBeam/pymacros/SiEPIC_EBeam_Library.py | 2 +- .../tech/EBeam/pymacros/SiEPIC_EBeam_Library_Beta.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/klayout_dot_config/grain.xml b/klayout_dot_config/grain.xml index c04f36eb..2ce566f4 100644 --- a/klayout_dot_config/grain.xml +++ b/klayout_dot_config/grain.xml @@ -1,8 +1,8 @@ siepic_ebeam_pdk - 0.3.29 - 0.25 + 0.3.30 + 0.26 SiEPIC EBeam PDK A Process Design Kit for Silicon Photonics fabricated using Electron Beam Lithography https://github.com/lukasc-ubc/SiEPIC_EBeam_PDK/blob/master/README.md @@ -14,6 +14,6 @@ siepic_tools - 0.3.63 + 0.3.70 diff --git a/klayout_dot_config/tech/EBeam/pymacros/SiEPIC_EBeam_Library.py b/klayout_dot_config/tech/EBeam/pymacros/SiEPIC_EBeam_Library.py index 6f82bd85..8c044d0b 100644 --- a/klayout_dot_config/tech/EBeam/pymacros/SiEPIC_EBeam_Library.py +++ b/klayout_dot_config/tech/EBeam/pymacros/SiEPIC_EBeam_Library.py @@ -116,7 +116,7 @@ def __init__(self): # windows only allows for a fixed width, short description self.description = "" # OSX does a resizing: - self.description = "v0.3.3, Components with models" + self.description = "v0.3.30, Components with models" # Import all the GDS files from the tech folder "gds" diff --git a/klayout_dot_config/tech/EBeam/pymacros/SiEPIC_EBeam_Library_Beta.py b/klayout_dot_config/tech/EBeam/pymacros/SiEPIC_EBeam_Library_Beta.py index af59d03c..286bd37a 100644 --- a/klayout_dot_config/tech/EBeam/pymacros/SiEPIC_EBeam_Library_Beta.py +++ b/klayout_dot_config/tech/EBeam/pymacros/SiEPIC_EBeam_Library_Beta.py @@ -490,7 +490,7 @@ def __init__(self): # Set the description # windows only allows for a fixed width, short description - self.description = "v0.3.3, Beta components" + self.description = "v0.3.30, Beta components" # OSX does a resizing: # self.description = "Beta layouts only"