From dacfec75cffd2ae63fa2e1fd24ecc75483d75118 Mon Sep 17 00:00:00 2001 From: Wannaphong Phatthiyaphaibun Date: Tue, 19 Dec 2023 22:47:52 +0700 Subject: [PATCH] PyThaiNLP v5.0.0dev1 --- pythainlp/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pythainlp/__init__.py b/pythainlp/__init__.py index 6eb923ca0..90a2784b9 100644 --- a/pythainlp/__init__.py +++ b/pythainlp/__init__.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # SPDX-FileCopyrightText: Copyright 2016-2023 PyThaiNLP Project # SPDX-License-Identifier: Apache-2.0 -__version__ = "5.0.0dev0" +__version__ = "5.0.0dev1" thai_consonants = "กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮ" # 44 chars diff --git a/setup.cfg b/setup.cfg index 450e07897..763c2f376 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 5.0.0dev0 +current_version = 5.0.0dev1 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+)(?P\d+))? diff --git a/setup.py b/setup.py index 487c272f8..3b21acad5 100644 --- a/setup.py +++ b/setup.py @@ -161,7 +161,7 @@ setup( name="pythainlp", - version="5.0.0dev0", + version="5.0.0dev1", description="Thai Natural Language Processing library", long_description=readme, long_description_content_type="text/markdown",