Skip to content

Commit

Permalink
v0.3.62
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed Mar 8, 2020
1 parent 4079fcb commit 65e4998
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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_tools</name>
<version>0.3.61</version>
<version>0.3.62</version>
<api-version>0.25</api-version>
<title>SiEPIC Tools</title>
<doc>A library providing a range of tools for designing Silicon Electronic-Photonic Integrated Circuits</doc>
Expand Down
2 changes: 1 addition & 1 deletion klayout_dot_config/python/SiEPIC/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.3.61'
__version__ = '0.3.62'
#from . import install, extend, _globals, core, examples, github, lumerical, scripts, utils, setup
# from . import install, extend, _globals, core, examples, github, scripts, utils, setup
from . import extend, _globals, core, examples, github, scripts, utils, setup, install
Expand Down

0 comments on commit 65e4998

Please sign in to comment.