Skip to content

Commit

Permalink
v0.3.55
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed May 14, 2019
1 parent 0f059f9 commit 5e1d7a3
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.54</version>
<version>0.3.55</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.54'
__version__ = '0.3.55'
#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 5e1d7a3

Please sign in to comment.