Skip to content

Commit

Permalink
support klayout version checks
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-goeldi committed Jun 26, 2024
1 parent 242d6e2 commit 3928596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion klayout/python/klive_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def new_connection(self):
current_view = window.current_view()
previous_view = current_view.box() if current_view else None

send_data = {"version": "0.3.2"}
send_data = {"version": "0.3.2", "klayout_version": pya.__version__}

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

0 comments on commit 3928596

Please sign in to comment.