Skip to content

Commit 9ee1fc9

Browse files
committed
pythainlp 1.5.1
fix bug in thai soundex
1 parent 0dcfae4 commit 9ee1fc9

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

README.rst

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
=========
2-
PyThaiNLP 1.5
3-
=========
1+
================
2+
PyThaiNLP 1.5.1
3+
================
44

55
Thai natural language processing in Python.
66

@@ -20,12 +20,10 @@ Homepags : `https://sites.google.com/view/pythainlp/ <https://sites.google.com/v
2020
GitHub : https://github.com/wannaphongcom/pythainlp
2121

2222
Development Lead
23-
----------------
2423

2524
* Wannaphong Phatthiyaphaibun <[email protected]>
2625

2726

28-
License
29-
~~~~~~~
27+
**License**
3028

31-
Apache Software License 2.0
29+
Apache Software License 2.0

setup.py

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

2121
setup(
2222
name='pythainlp',
23-
version='1.5',
23+
version='1.5.1',
2424
description="Thai natural language processing in Python package.",
2525
long_description=readme,
2626
author='Wannaphong Phatthiyaphaibun',

0 commit comments

Comments
 (0)