Skip to content

Commit 3928596

Browse files
support klayout version checks
1 parent 242d6e2 commit 3928596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

klayout/python/klive_server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def new_connection(self):
5959
current_view = window.current_view()
6060
previous_view = current_view.box() if current_view else None
6161

62-
send_data = {"version": "0.3.2"}
62+
send_data = {"version": "0.3.2", "klayout_version": pya.__version__}
6363

6464
libs = data.get("libraries", {})
6565
for lib_dict in libs:

0 commit comments

Comments
 (0)