Skip to content

Commit

Permalink
v1.2.3153
Browse files Browse the repository at this point in the history
  • Loading branch information
gdraheim committed Apr 8, 2024
1 parent 8a72b41 commit 407bd3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[metadata]
name = text_unicoder
version = 1.2.3152
version = 1.2.3153
license = APL
license_files =
LICENSE
Expand Down
2 changes: 1 addition & 1 deletion unicoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from __future__ import print_function

__copyright__ = "(C) 2021-2024 Guido U. Draheim, licensed under the APLv2"
__version__ = "1.2.3152"
__version__ = "1.2.3153"

from typing import List, Dict, Generator, Tuple, Optional
from io import StringIO
Expand Down

0 comments on commit 407bd3a

Please sign in to comment.