Skip to content

Commit e99e28a

Browse files
committed
PyThaiNLP 1.6.0.4
- fix bug install & __init__
1 parent f04954c commit e99e28a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pythainlp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
from __future__ import absolute_import
3-
__version__ = 1.6.0.3
3+
__version__ = 1.6
44
import six
55
if six.PY3:
66
"""

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setup(
2121
name='pythainlp',
22-
version='1.6.0.3',
22+
version='1.6.0.4',
2323
description="Thai natural language processing in Python package.",
2424
long_description=readme,
2525
author='PyThaiNLP',

0 commit comments

Comments
 (0)