Skip to content

Commit

Permalink
Merge branch 'release/v0.14.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
suminb committed May 31, 2024
2 parents 5969f45 + 1fcac8c commit 8a8e976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hanja/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
__all__ = ["is_hanja", "is_valid_mode", "split_hanja", "translate"]
__author__ = "Sumin Byeon"
__email__ = "[email protected]"
__version__ = "0.14.0"
__version__ = "0.14.1"


# Copied from https://wiki.python.org/moin/PythonDecoratorLibrary
Expand Down

0 comments on commit 8a8e976

Please sign in to comment.