Skip to content

Commit

Permalink
Merge pull request #693 from PyThaiNLP/3.1
Browse files Browse the repository at this point in the history
Start PyThaiNLP v3.1.0-dev0
  • Loading branch information
wannaphong authored Aug 31, 2022
2 parents 9124ab3 + 4862cf1 commit a07293e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pythainlp/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Copyright (C) 2016-2022 PyThaiNLP Project
# URL: <https://pythainlp.github.io/>
# For license information, see LICENSE
__version__ = "3.0.8"
__version__ = "3.1.0-dev0"

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

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@

setup(
name="pythainlp",
version="3.0.8",
version="3.1.0-dev0",
description="Thai Natural Language Processing library",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit a07293e

Please sign in to comment.