File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717#
1818# URL: <https://pythainlp.github.io/>
1919# For license information, see LICENSE
20- __version__ = "4.1.0beta3 "
20+ __version__ = "4.1.0beta4 "
2121
2222thai_consonants = "กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮ" # 44 chars
2323
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 4.1.0beta3
2+ current_version = 4.1.0beta4
33commit = True
44tag = True
55parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
Original file line number Diff line number Diff line change 171171
172172setup (
173173 name = "pythainlp" ,
174- version = "4.1.0beta3 " ,
174+ version = "4.1.0beta4 " ,
175175 description = "Thai Natural Language Processing library" ,
176176 long_description = readme ,
177177 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments