Skip to content

Commit

Permalink
0.4.29
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed Nov 5, 2024
1 parent 4a39bc3 commit 1754fef
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion klayout/EBeam/pymacros/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $autorun

version = "0.4.28"
version = "0.4.29"

print('SiEPIC-EBeam-PDK Python module: pymacros, v%s' % version)

Expand Down
6 changes: 3 additions & 3 deletions klayout/grain.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<salt-grain>
<name>siepic_ebeam_pdk</name>
<version>0.4.28</version>
<version>0.4.29</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>
<doc>A Process Design Kit for Silicon Photonics fabricated using Electron Beam Lithography (ANT, UW, SiEPICfab)</doc>
<doc-url>https://github.com/siepic/SiEPIC_EBeam_PDK/blob/master/README.md</doc-url>
<url>https://github.com/siepic/SiEPIC_EBeam.git/trunk/klayout</url>
<author>Lukas Chrostowski, Jaspreet Jhoja, Mustafa Hammood, Brett Poulsen, Jonas Flueckiger, Rounak Singh Narde, Chris Zeqin Lu, Nathan Smith, Stefan Preble, Claudio Alarcon-Reyes</author>
Expand All @@ -14,7 +14,7 @@
<depends>
<name>siepic_tools</name>
<url/>
<version>0.5.14</version>
<version>0.5.16</version>
</depends>
<depends>
<name>xsection</name>
Expand Down
4 changes: 2 additions & 2 deletions klayout/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ packages = [

[project]
name = "siepic_ebeam_pdk"
version = "0.4.28"
version = "0.4.29"
authors = [
{ name="Lukas Chrostowski", email="lukasc@ece.ubc.ca" },
]
Expand All @@ -19,7 +19,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
"SiEPIC>=0.5.4",
"SiEPIC>=0.5.15",
"numpy",
"packaging",
]
Expand Down

0 comments on commit 1754fef

Please sign in to comment.