From 9c8d39225e663cf13aa003378224203d836e18a8 Mon Sep 17 00:00:00 2001 From: yodhcn <47470844+yodhcn@users.noreply.github.com> Date: Thu, 26 Jan 2023 19:56:33 +0800 Subject: [PATCH] v0.2.7 --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 409b08d..993e96d 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.6' +VERSION = '0.2.7' class MyFileDropTarget(wx.FileDropTarget):