Skip to content

Commit

Permalink
version 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
atait committed Oct 9, 2018
1 parent 9aa8a06 commit 23b8a02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion klayout_dot_config/grain.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<name>klayout_ipc</name>
<token/>
<hidden>false</hidden>
<version>0.1.10</version>
<version>0.1.11</version>
<api-version/>
<title>KLayout IPC</title>
<doc>Socket communication between klayout and external processes</doc>
Expand Down
2 changes: 1 addition & 1 deletion klayout_dot_config/python/lyipc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from __future__ import print_function
PORT = 11078

__version__ = '0.1.10'
__version__ = '0.1.11'
2 changes: 1 addition & 1 deletion klayout_dot_config/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def readme():


setup(name='lyipc',
version='0.1.10',
version='0.1.11',
description='Inter-process communication for Klayout',
long_description=readme(),
author='Alex Tait',
Expand Down

0 comments on commit 23b8a02

Please sign in to comment.