Skip to content

Commit

Permalink
Add comments, bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronhktan committed Aug 6, 2021
1 parent ad2f102 commit 819c194
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# macOS stuff
**.DS_Store

# Other
test/

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="hkscs-unicode-converter",
version="1.0.0",
version="1.1.0",
author="Aaron Tan",
author_email="[email protected]",
description="Convert HKSCS codepoints to corresponding new codepoints in Unicode 4.1 onwards",
Expand Down
2 changes: 1 addition & 1 deletion src/hkscs_unicode_converter/test/test_char.py
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,7 @@ def test_hkscs1999(self):
"F56D": "9E1F",
"F56E": "9EC4",
"F56F": "6B6F",
"F570": "9F9C",
"F570": "9F9C", # Is this right? HKSCS-1999 maps F570 to 9F9C, but HKSCS-2001 maps it to F907
"F571": "4E37",
"F573": "961D",
"F574": "6237",
Expand Down

0 comments on commit 819c194

Please sign in to comment.