Skip to content

Commit 003256c

Browse files
committed
version bump
1 parent 5af69ab commit 003256c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lyipc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from __future__ import print_function
22
PORT = 11078
33

4-
__version__ = '0.2.2'
4+
__version__ = '0.2.3'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def readme():
88

99

1010
setup(name='lyipc',
11-
version='0.2.2',
11+
version='0.2.3',
1212
description='Inter-process communication for Klayout',
1313
long_description=readme(),
1414
author='Alex Tait',

0 commit comments

Comments
 (0)