From f6d7b4475128e827562a65b48394d864c7127ada Mon Sep 17 00:00:00 2001 From: hank9999 Date: Sat, 27 Jan 2024 12:40:31 +0800 Subject: [PATCH] build: 0.4 --- main.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 6eea1b4..65adf7c 100644 --- a/main.py +++ b/main.py @@ -8,7 +8,7 @@ write_font_conf, write_tone_options, auto_write_font window = tk.Tk() -version = '0.3' +version = '0.4' class Tooltip: diff --git a/pyproject.toml b/pyproject.toml index 5325000..1b7fcbf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "k5-tools" -version = "0.3" +version = "0.4" description = "" authors = ["hank9999 "] readme = "README.md"