Skip to content

Commit

Permalink
0.4.14
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed Sep 10, 2024
1 parent aef7ced commit 76c4b3e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion klayout/EBeam/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
print("SiEPIC-EBeam-PDK Python module: siepic_ebeam_pdk, KLayout technology: EBeam")
print("SiEPIC-EBeam-PDK Python module: siepic_ebeam_pdk v0.4.14, KLayout technology: EBeam")

# Load the KLayout technology, when running in Script mode
import pya
Expand Down
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/SiEPIC_EBeam_Library.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"""

version = "0.4.12"
version = "0.4.14"
print("SiEPIC_EBeam PDK, version %s" % version)

verbose = False
Expand Down
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/SiEPIC_EBeam_Library_ANT.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def __init__(self):
print("Initializing '%s' Library." % library)

# Set the description
self.description = "v0.4.13, ANT components"
self.description = "v0.4.14, 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.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def PCell_get_parameters ( pcell ):
"""

version = "0.4.12"
version = "0.4.14"

verbose = False

Expand Down
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/SiEPIC_EBeam_Library_SiN.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def __init__(self):
self.technology = tech_name

# Set the description
self.description = "v0.4.13, Silicon Nitride"
self.description = "v0.4.14, Silicon Nitride"

if verbose:
print("Initializing '%s' Library, %s" % (library, self.description))
Expand Down
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# print('SiEPIC-EBeam-PDK Python module: pymacros')
print('SiEPIC-EBeam-PDK v0.4.14 Python module: pymacros')

from . import (
SiEPIC_EBeam_Library,
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.4.13</version>
<version>0.4.14</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
2 changes: 1 addition & 1 deletion klayout/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ packages = [

[project]
name = "siepic_ebeam_pdk"
version = "0.4.13"
version = "0.4.14"
authors = [
{ name="Lukas Chrostowski", email="[email protected]" },
]
Expand Down

0 comments on commit 76c4b3e

Please sign in to comment.