Skip to content

Commit 77c0357

Browse files
committed
Bump version: 2.1.3 → 2.1.4-dev0
1 parent 3859c38 commit 77c0357

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
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.1.3"
2+
__version__ = "2.1.4-dev0"
33

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

setup.cfg

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
1-
[metadata]
2-
description-file = README.md
3-
41
[bumpversion]
5-
current_version = 2.1.3
2+
current_version = 2.1.4-dev0
63
commit = True
74
tag = True
85
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
9-
serialize =
10-
{major}.{minor}.{patch}-{release}{build}
11-
{major}.{minor}.{patch}
6+
serialize =
7+
{major}.{minor}.{patch}-{release}{build}
8+
{major}.{minor}.{patch}
9+
10+
[metadata]
11+
description-file = README.md
1212

1313
[bumpversion:part:release]
1414
optional_value = prod
1515
first_value = dev
16-
values =
17-
dev
18-
prod
16+
values =
17+
dev
18+
prod
1919

2020
[bumpversion:part:build]
2121

@@ -26,3 +26,4 @@ replace = {new_version}
2626
[bumpversion:file:pythainlp/__init__.py]
2727
search = __version__={current_version}
2828
replace = {new_version}
29+

setup.py

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

6969
setup(
7070
name="pythainlp",
71-
version="2.1.3",
71+
version="2.1.4-dev0",
7272
description="Thai Natural Language Processing library",
7373
long_description=readme,
7474
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)