Skip to content

Commit 17c76b5

Browse files
authored
Merge pull request #590 from PyThaiNLP/start-2.4
Start PyThaiNLP 2.4.0-dev0
2 parents 5124540 + 3440250 commit 17c76b5

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__ = "2.3.1"
2+
__version__ = "2.4.0-dev0"
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 = 2.3.1
2+
current_version = 2.4.0-dev0
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
@@ -102,7 +102,7 @@
102102

103103
setup(
104104
name="pythainlp",
105-
version="2.3.1",
105+
version="2.4.0-dev0",
106106
description="Thai Natural Language Processing library",
107107
long_description=readme,
108108
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)