Skip to content

Commit 77c726d

Browse files
committed
Update Midi-Project version tag and date
1 parent 135a36c commit 77c726d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Main/Midi-Project/Midi-Project.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# @author: https://github.com/Alperencode
22
# @date: 01 Aug 2022
3-
# @last update: 22 Oct 2022
3+
# @last update: 13 Oct 2022
44

55
# Importing midi directory
66
from midi import *
@@ -441,7 +441,7 @@ def default_labels():
441441
app.config(menu=app_menu)
442442
about_menu = Menu(app_menu)
443443
app_menu.add_cascade(label="About", menu=about_menu)
444-
about_menu.add_command(label="About", command=lambda: messagebox.showinfo("About", "This is an open-source software GUI program for sending and configuring Midi Signals.\n\nCreated by: Alperen Ağa\n\nVersion: 0.1.0"))
444+
about_menu.add_command(label="About", command=lambda: messagebox.showinfo("About", "This is an open-source software GUI program for sending and configuring Midi Signals.\n\nCreated by: Alperen Ağa\n\nVersion: 0.1.1"))
445445

446446
# Information menu
447447
information_menu = Menu(app_menu)

0 commit comments

Comments
 (0)