Skip to content

Commit

Permalink
update to v4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ElluIFX committed Nov 18, 2024
1 parent b91574f commit 085f58d
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 @@ -75,7 +75,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 = "Ver3.7"
VERSION = "Ver4.0"
qdarktheme.enable_hi_dpi()
app = QtWidgets.QApplication(sys.argv)

Expand Down

0 comments on commit 085f58d

Please sign in to comment.