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"