We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77c0357 commit e8eb3d5Copy full SHA for e8eb3d5
pythainlp/__init__.py
@@ -1,5 +1,5 @@
1
# -*- coding: utf-8 -*-
2
-__version__ = "2.1.4-dev0"
+__version__ = "2.1.4"
3
4
thai_consonants = "กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮ" # 44 chars
5
thai_vowels = (
setup.cfg
[bumpversion]
-current_version = 2.1.4-dev0
+current_version = 2.1.4
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
setup.py
@@ -68,7 +68,7 @@
68
69
setup(
70
name="pythainlp",
71
- version="2.1.4-dev0",
+ version="2.1.4",
72
description="Thai Natural Language Processing library",
73
long_description=readme,
74
long_description_content_type="text/markdown",
0 commit comments