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 11# -*- coding: utf-8 -*-
22# SPDX-FileCopyrightText: Copyright 2016-2024 PyThaiNLP Project
33# SPDX-License-Identifier: Apache-2.0
4- __version__ = "5.0.0dev1 "
4+ __version__ = "5.0.0dev2 "
55
66thai_consonants = "กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮ" # 44 chars
77
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 5.0.0dev1
2+ current_version = 5.0.0dev2
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 161161
162162setup (
163163 name = "pythainlp" ,
164- version = "5.0.0dev1 " ,
164+ version = "5.0.0dev2 " ,
165165 description = "Thai Natural Language Processing library" ,
166166 long_description = readme ,
167167 long_description_content_type = "text/markdown" ,
You can’t perform that action at this time.
0 commit comments