Skip to content

Commit

Permalink
update version to 4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ElluIFX committed Dec 24, 2024
1 parent d228399 commit 1512352
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui_source/mdp_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
ICON_PATH = os.path.join(ABS_PATH, "icon.ico")
FONT_PATH = os.path.join(ABS_PATH, "SarasaFixedSC-SemiBold.ttf")
BAT_EXAMPLE_PATH = os.path.join(ABS_PATH, "Li-ion.csv")
VERSION = "Ver4.2"
VERSION = "Ver4.5"
qdarktheme.enable_hi_dpi()
app = QtWidgets.QApplication(sys.argv)

Expand Down

0 comments on commit 1512352

Please sign in to comment.