Skip to content

Commit

Permalink
build: Update version (v0.15.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
suminb committed Aug 6, 2024
1 parent a1e6f03 commit 2b3c9a3
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 2b3c9a3

Please sign in to comment.