Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ElluIFX committed Nov 15, 2024
1 parent 8895835 commit 9fc7ddd
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 @@ -77,7 +77,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.6"
VERSION = "Ver3.7"
qdarktheme.enable_hi_dpi()
app = QtWidgets.QApplication(sys.argv)

Expand Down

0 comments on commit 9fc7ddd

Please sign in to comment.