From 2b3c9a38ce815de84abd47c4ffd6e9d7d762531e Mon Sep 17 00:00:00 2001 From: Sumin Byeon Date: Tue, 6 Aug 2024 19:26:46 +0900 Subject: [PATCH] build: Update version (v0.15.1) --- hanja/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hanja/__init__.py b/hanja/__init__.py index 36090f4..cefd346 100644 --- a/hanja/__init__.py +++ b/hanja/__init__.py @@ -9,7 +9,7 @@ __all__ = ["is_hanja", "is_valid_mode", "split_hanja", "translate"] __author__ = "Sumin Byeon" __email__ = "suminb@gmail.com" -__version__ = "0.15.0" +__version__ = "0.15.1" # Copied from https://wiki.python.org/moin/PythonDecoratorLibrary