From 5e18ad5fb72db5e37658a5f538f3c44757d1a719 Mon Sep 17 00:00:00 2001 From: hank9999 Date: Thu, 25 Jan 2024 16:57:18 +0800 Subject: [PATCH] build: 0.2 --- main.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index f707888..43a4e26 100644 --- a/main.py +++ b/main.py @@ -8,7 +8,7 @@ write_font_conf, write_tone_options window = tk.Tk() -version = '0.1' +version = '0.2' class TextRedirector(tk.Text): diff --git a/pyproject.toml b/pyproject.toml index e74663a..cf77add 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "k5-tools" -version = "0.1.0" +version = "0.2.0" description = "" authors = ["hank9999 "] readme = "README.md"