This is a Minor Release. It: - changes `is_cjk()` back to only detecting Hanzi/Kanji/Hanja script. - adds the functions `is_hiragana()` and `is_katakana()`
0.0.6
This is a minor release. It: * bugfixes an issue where `is_cjk(unicode_str)` returned `False` for Hangul characters. * adds an `is_hangul(unicode_str)` function. * adds explicit support for Python 3.6 and 3.7-dev in `.travis.yml`.