We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5af69ab commit 003256cCopy full SHA for 003256c
lyipc/__init__.py
@@ -1,4 +1,4 @@
1
from __future__ import print_function
2
PORT = 11078
3
4
-__version__ = '0.2.2'
+__version__ = '0.2.3'
setup.py
@@ -8,7 +8,7 @@ def readme():
8
9
10
setup(name='lyipc',
11
- version='0.2.2',
+ version='0.2.3',
12
description='Inter-process communication for Klayout',
13
long_description=readme(),
14
author='Alex Tait',
0 commit comments