From 17b5815c092c654905c96307296cfe91e5650f8b Mon Sep 17 00:00:00 2001 From: TakWolf Date: Tue, 14 Jan 2025 00:40:45 +0800 Subject: [PATCH] 1.1.0 --- tools/configs/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/configs/__init__.py b/tools/configs/__init__.py index b052851..70e2b52 100644 --- a/tools/configs/__init__.py +++ b/tools/configs/__init__.py @@ -1,7 +1,7 @@ from typing import Literal, get_args -version = '1.0.0' -version_time = '2025-01-13' +version = '1.1.0' +version_time = '2025-01-14' type FontFormat = Literal['otf', 'ttf', 'woff2', 'bdf', 'pcf'] font_formats = list[FontFormat](get_args(FontFormat.__value__))