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 May 16, 2024
1 parent 00424a4 commit 0ab03f4
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.2.0(a)")
self.root.title("Network Sketcher ver 2.2.1")
self.root.geometry("490x200+100+100")

# Notebook
Expand Down

0 comments on commit 0ab03f4

Please sign in to comment.