Skip to content

Commit

Permalink
v1.2 now
Browse files Browse the repository at this point in the history
  • Loading branch information
gdraheim committed Apr 7, 2024
1 parent e1b82c6 commit a0816b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = unicoder
version = 1.1.1017
version = 1.2.3147
license = APL
license_files =
LICENSE
Expand Down
4 changes: 2 additions & 2 deletions unicoder.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#! /usr/bin/python3
from __future__ import print_function

__copyright__ = "(C) 2021-2022 Guido U. Draheim, licensed under the APLv2"
__version__ = "1.1.1017"
__copyright__ = "(C) 2021-2024 Guido U. Draheim, licensed under the APLv2"
__version__ = "1.2.3147"

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

0 comments on commit a0816b2

Please sign in to comment.