Skip to content

Commit

Permalink
Merge branch 'release/v0.15.1' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
suminb committed Aug 6, 2024
2 parents a1e6f03 + 2b3c9a3 commit df064fb
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.15.0"
__version__ = "0.15.1"


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

0 comments on commit df064fb

Please sign in to comment.