From cf9cd475f9ec2a7a883ac05a21b80dc3f2e88c2c Mon Sep 17 00:00:00 2001 From: Hansimov <591172499@qq.com> Date: Wed, 20 Nov 2024 13:44:25 +0800 Subject: [PATCH] :pencil: [Doc] README: update example with latest feature, and upgrade to v1.2.6.1 --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c436b04..41289c8 100644 --- a/README.md +++ b/README.md @@ -289,7 +289,7 @@ def test_decorations(): def test_math(): - texts = ["你好", "Hello", 12345, "你好,世界!", "Hello, World!"] + texts = ["你好", "Hello", 12345, "你好,世界!", "Hello, World!", None, 0, ""] res = {} for text in texts: text_len = chars_len(text) diff --git a/pyproject.toml b/pyproject.toml index 70e6f21..0488e32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "tclogger" -version = "1.2.6" +version = "1.2.6.1" authors = [ { name="Hansimov" }, ]