Skip to content

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
mrknow001 committed Jul 11, 2024
1 parent 273acf8 commit ec6a779
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def closeEvent(self, event):
ui = widget.ui
# ui = Ui_MainWindow()
# ui.setupUi(widget)
widget.setWindowTitle("API-Explorer v2.0.0")
widget.setWindowTitle("API-Explorer v2.1.0")
widget.setWindowIcon(QtGui.QIcon(":/icon.ico"))
widget.show()
core.key_function(ui)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# 设置脚本的名称和版本号
script_name = "main.py"
script_version = "2.0.0"
script_version = "2.1.0"
icon = "icon.ico"

# 创建可执行文件的配置
Expand Down

0 comments on commit ec6a779

Please sign in to comment.