Skip to content

Commit 7b44959

Browse files
authored
Update gui.py
1 parent d6e90ad commit 7b44959

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pythonos/gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ def open_about(self):
199199
messagebox.showinfo(
200200
"Informazioni su PythonOS",
201201
"PythonOS è un mini-sistema operativo costruito con Python e Tkinter.\n"
202-
"Versione: 1.0.0 Stabile",
202+
"Versione: 1.0.1 Stabile",
203203
)
204204

205205
def _open_terminal_window(self):

0 commit comments

Comments
 (0)