Skip to content

Commit

Permalink
📝 [Doc] README: update example with latest feature, and upgrade to v1…
Browse files Browse the repository at this point in the history
….2.6.1
  • Loading branch information
Hansimov committed Nov 20, 2024
1 parent 5061522 commit cf9cd47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tclogger"
version = "1.2.6"
version = "1.2.6.1"
authors = [
{ name="Hansimov" },
]
Expand Down

0 comments on commit cf9cd47

Please sign in to comment.