File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ Make sure the same tests pass on Travis CI and AppVeyor.
103103 #current_version = 2.2.3
104104
105105 bumpversion patch
106- #current_version = 2.2.4 -dev0
106+ #current_version = 2.2.5 -dev0
107107
108108 bumpversion minor
109109 #current_version = 2.3.0-dev0
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ PyThaiNLP เป็นไลบารีภาษาไพทอนสำหร
2323
2424| Version | Description | Status |
2525| :------:| :--:| :------:|
26- | [ 2.2.4 ] ( https://github.com/PyThaiNLP/pythainlp/releases ) | Stable | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/330 ) |
26+ | [ 2.2.5 ] ( https://github.com/PyThaiNLP/pythainlp/releases ) | Stable | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/330 ) |
2727| [ ` dev ` ] ( https://github.com/PyThaiNLP/pythainlp/tree/dev ) | Release Candidate for 2.3 | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/445 ) |
2828
2929Please follow our [ PyThaiNLP Facebook page] ( https://www.facebook.com/pythainlp/ ) for more updates.
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ PyThaiNLP เป็นไลบารีภาษาไพทอนสำหร
2222
2323| รุ่น | คำอธิบาย | สถานะ |
2424| :------:| :--:| :------:|
25- | [ 2.2.4 ] ( https://github.com/PyThaiNLP/pythainlp/releases ) | Stable | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/330 ) |
25+ | [ 2.2.5 ] ( https://github.com/PyThaiNLP/pythainlp/releases ) | Stable | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/330 ) |
2626| [ ` dev ` ] ( https://github.com/PyThaiNLP/pythainlp/tree/dev ) | Release Candidate for 2.3 | [ Change Log] ( https://github.com/PyThaiNLP/pythainlp/issues/445 ) |
2727
2828ติดตามพวกเราบน [ PyThaiNLP Facebook page] ( https://www.facebook.com/pythainlp/ ) เพื่อรับข่าวสารเพิ่มเติม
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
2- __version__ = "2.2.4 "
2+ __version__ = "2.2.5 "
33
44thai_consonants = "กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮ" # 44 chars
55
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 2.2.4
2+ current_version = 2.2.5
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 7171
7272setup (
7373 name = "pythainlp" ,
74- version = "2.2.4 " ,
74+ version = "2.2.5 " ,
7575 description = "Thai Natural Language Processing library" ,
7676 long_description = readme ,
7777 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments