File tree Expand file tree Collapse file tree 3 files changed +13
-12
lines changed
Expand file tree Collapse file tree 3 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
2- __version__ = "2.1.3 "
2+ __version__ = "2.1.4-dev0 "
33
44thai_consonants = "กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮ" # 44 chars
55thai_vowels = (
Original file line number Diff line number Diff line change 1- [metadata]
2- description-file = README.md
3-
41[bumpversion]
5- current_version = 2.1.3
2+ current_version = 2.1.4-dev0
63commit = True
74tag = True
85parse = (?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]
1414optional_value = prod
1515first_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]
2727search = __version__ ={current_version}
2828replace = {new_version}
29+
Original file line number Diff line number Diff line change 6868
6969setup (
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" ,
You can’t perform that action at this time.
0 commit comments