From 9b08259e72943b4d146839bd395683fb5b44a668 Mon Sep 17 00:00:00 2001 From: hank9999 Date: Sat, 24 Feb 2024 04:05:42 +0800 Subject: [PATCH] build: 0.6 --- main.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 16b58d9..d4e94fa 100644 --- a/main.py +++ b/main.py @@ -24,7 +24,7 @@ ) window = ttk.Window() -version = '0.5' +version = '0.6' appdata_path = os.getenv('APPDATA') if os.getenv('APPDATA') is not None else '' config_dir = os.path.join(appdata_path, 'K5_Tools') diff --git a/pyproject.toml b/pyproject.toml index bc5d911..0e7c9ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "k5-tools" -version = "0.5" +version = "0.6" description = "" authors = ["hank9999 "] readme = "README.md"