Skip to content

Commit

Permalink
v0.3.14
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasc-ubc committed Jan 22, 2018
1 parent 367be20 commit a173602
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.13</version>
<version>0.3.14</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.13'
__version__ = '0.3.14'
#from . import install, extend, _globals, core, examples, github, lumerical, scripts, utils, setup
from . import install, extend, _globals, core, examples, github, scripts, utils, setup

0 comments on commit a173602

Please sign in to comment.