Skip to content

Commit

Permalink
v0.3.43
Browse files Browse the repository at this point in the history
Former-commit-id: 1acea8f
  • Loading branch information
lukasc-ubc committed Sep 30, 2022
1 parent 71f1b24 commit e615ebb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions klayout_dot_config/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.42</version>
<version>0.3.43</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 All @@ -14,6 +14,6 @@
<depends>
<name>siepic_tools</name>
<url/>
<version>0.3.87</version>
<version>0.3.93</version>
</depends>
</salt-grain>
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ class SiEPIC_EBeam_Library(Library):
print("Initializing '%s' Library." % library)

# Set the description
self.description = "v0.3.42, Components with models"
self.description = "v0.3.43, Components with models"

# Save the path, used for loading WAVEGUIDES.XML
import os
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ class SiEPIC_EBeam_Library_ANT(Library):
print("Initializing '%s' Library." % library)

# Set the description
self.description = "v0.3.42, ANT components"
self.description = "v0.3.43, ANT components"

# Save the path, used for loading WAVEGUIDES.XML
import os
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class SiEPIC_EBeam_Library_Beta(Library):
print("Initializing '%s' Library." % library)

# Set the description
self.description = "v0.3.42, Beta components"
self.description = "v0.3.43, Beta components"

# Save the path, used for loading WAVEGUIDES.XML
import os
Expand Down

0 comments on commit e615ebb

Please sign in to comment.