From c81f717e87676bce09970834327a73e80e039af8 Mon Sep 17 00:00:00 2001 From: yodhcn <47470844+yodhcn@users.noreply.github.com> Date: Tue, 8 Oct 2024 10:58:09 +0800 Subject: [PATCH] v0.2.9 --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index e74d3f6..0e762ff 100644 --- a/main.py +++ b/main.py @@ -15,7 +15,7 @@ from my_frame import MyFrame from wx_log_handler import EVT_WX_LOG_EVENT, WxLogHandler -VERSION = '0.2.8' +VERSION = '0.2.9' class MyFileDropTarget(wx.FileDropTarget):