Skip to content

Commit 73145c6

Browse files
committed
PyThaiNLP 2.1.dev8
1 parent 6e1ba03 commit 73145c6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

setup.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,13 @@
2525
2626
Some functionalities, like named-entity recognition, required extra packages.
2727
See https://github.com/PyThaiNLP/pythainlp for installation options.
28+
29+
30+
Made with ❤️
31+
32+
PyThaiNLP Team
33+
34+
"We build Thai NLP"
2835
"""
2936

3037
requirements = [
@@ -63,7 +70,7 @@
6370

6471
setup(
6572
name="pythainlp",
66-
version="2.1.dev7",
73+
version="2.1.dev8",
6774
description="Thai Natural Language Processing library",
6875
long_description=readme,
6976
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)