Skip to content

Commit

Permalink
v0.3.53
Browse files Browse the repository at this point in the history
Former-commit-id: 76fba0e
  • Loading branch information
lukasc-ubc committed Mar 5, 2023
1 parent fe70e7e commit 5886797
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/SiEPIC_EBeam_Library.lym
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class SiEPIC_EBeam_Library(Library):
print("Initializing '%s' Library." % library)

# Set the description
self.description = "v0.3.52, Components with models"
self.description = "v0.3.53, Components with models"

# Save the path, used for loading WAVEGUIDES.XML
import os
Expand Down
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/SiEPIC_EBeam_Library_ANT.lym
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class SiEPIC_EBeam_Library_ANT(Library):
print("Initializing '%s' Library." % library)

# Set the description
self.description = "v0.3.52, ANT components"
self.description = "v0.3.53, ANT components"

# Save the path, used for loading WAVEGUIDES.XML
import os
Expand Down
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/SiEPIC_EBeam_Library_Beta.lym
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class SiEPIC_EBeam_Library_Beta(Library):
print("Initializing '%s' Library." % library)

# Set the description
self.description = "v0.3.52, Beta components"
self.description = "v0.3.53, Beta components"

# Save the path, used for loading WAVEGUIDES.XML
import os
Expand Down
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/SiEPIC_EBeam_Library_SiN.lym
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ class siepic_ebeam_library_hubbard(Library):
print("Initializing '%s' Library." % library)

# Set the description
self.description = "v0.3.52, Silicon Nitride"
self.description = "v0.3.53, Silicon Nitride"

# Save the path, used for loading WAVEGUIDES.XML
import os
Expand Down
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/opics_ebeam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@ def load_sparameters(

components_list = list(component_factory.keys())
__all__ = components_list
__version__ = "0.3.52"
__version__ = "0.3.53"

if __name__ == "__main__":
import SiEPIC.opics as op
Expand Down
2 changes: 1 addition & 1 deletion klayout/grain.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<salt-grain>
<name>siepic_ebeam_pdk</name>
<version>0.3.52</version>
<version>0.3.53</version>
<api-version>0.27</api-version>
<title>SiEPIC EBeam PDK</title>
<doc>A Process Design Kit for Silicon Photonics fabricated using Electron Beam Lithography (UW, ANT, SiEPICfab)</doc>
Expand Down

0 comments on commit 5886797

Please sign in to comment.