Skip to content

Commit dfab187

Browse files
9bowshin285
authored andcommitted
0.1.4 Release (#32)
* NA로 태깅되는 결과가 자소 단위로 분리되어 출력되는 버그 수정 반영 related #23, #24 * 0.1.4 Release
1 parent 8ff044b commit dfab187

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

python/PyKomoran/__version__.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
__title__ = 'PyKomoran'
99
__description__ = 'PyKomoran is Python wrapper for KOMORAN, KOrean MORphical ANalyzer.'
1010
__url__ = 'https://pydocs.komoran.kr'
11-
__version__ = '0.1.3'
12-
__author__ = 'Junghwan Park'
13-
__author_email__ = 'reserve.dev@gmail.com'
11+
__version__ = '0.1.4'
12+
__author__ = 'Junghwan Park, Junsoo Shin, Geunho Lee'
13+
__author_email__ = 'shineware.contact.form@gmail.com'
1414
__license__ = 'Apache 2.0'
15-
__copyright__ = 'Copyright 2019 Junghwan Park'
15+
__copyright__ = 'Copyright 2019 SHINEWARE'
1616
__download_url__ = 'https://github.com/shineware/PyKOMORAN/releases/download/{0}/PyKomoran-{0}.tar.gz'.format(__version__)
1717
__keywords__ = 'KOMORAN, PyKomoran, KOrean MORphical ANalyzer, Morph Analyzer',

0 commit comments

Comments
 (0)