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