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 44# Copyright (C) 2016-2022 PyThaiNLP Project
55# URL: <https://pythainlp.github.io/>
66# For license information, see LICENSE
7- __version__ = "3.1.0 "
7+ __version__ = "3.1.1 "
88
99thai_consonants = "กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮ" # 44 chars
1010
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 3.1.0
2+ current_version = 3.1.1
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 131131
132132setup (
133133 name = "pythainlp" ,
134- version = "3.1.0 " ,
134+ version = "3.1.1 " ,
135135 description = "Thai Natural Language Processing library" ,
136136 long_description = readme ,
137137 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments