Skip to content

Commit bcc596e

Browse files
committed
PyThaiNLP 3.0.7
`PyThaiNLP v3.0.7` is This release is a bug fix release of `PyThaiNLP 3.0.5`. **Bug Fixed** - Fixed nercut bug. #666 Thank you @kmining for your bug report. You can install by `pip install pythainlp` or upgrade by `pip install -U pythainlp`. Documentation: https://pythainlp.github.io/docs/3.0/index.html Report bug: https://github.com/PyThaiNLP/pythainlp/issues See [PyThaiNLP 3.0 change log#545](#545) ## Contributors <a href="https://github.com/PyThaiNLP/pythainlp/graphs/contributors"> <img src="https://contributors-img.firebaseapp.com/image?repo=PyThaiNLP/pythainlp" /> </a> Thanks all the [contributors](https://github.com/PyThaiNLP/pythainlp/graphs/contributors). (Image made with [contributors-img](https://contributors-img.firebaseapp.com))
1 parent 78d2185 commit bcc596e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pythainlp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "3.0.6"
2+
__version__ = "3.0.7"
33

44
thai_consonants = "กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮ" # 44 chars
55

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.0.6
2+
current_version = 3.0.7
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?

setup.py

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

106106
setup(
107107
name="pythainlp",
108-
version="3.0.6",
108+
version="3.0.7",
109109
description="Thai Natural Language Processing library",
110110
long_description=readme,
111111
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)