Skip to content

Commit

Permalink
Update network_sketcher.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhsukeogawa authored Sep 2, 2024
1 parent 3fefc9a commit 1a2f5ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network_sketcher.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def __init__(self):
self.click_value_2nd = ''
self.click_value_3rd = ''
self.root = TkinterDnD.Tk()
self.root.title("Network Sketcher ver 2.3.0")
self.root.title("Network Sketcher ver 2.3.0(a)")
self.root.geometry("490x200+100+100")

# Notebook
Expand Down

0 comments on commit 1a2f5ad

Please sign in to comment.