Skip to content

Commit 3efc3be

Browse files
committed
Update version
1 parent df86a8c commit 3efc3be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pythainlp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
__version__ = "2.2.0-dev1"
2+
__version__ = "2.2.0-beta1"
33

44
thai_consonants = "กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรลวศษสหฬอฮ" # 44 chars
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171

7272
setup(
7373
name="pythainlp",
74-
version="2.2.0-dev1",
74+
version="2.2.0-beta1",
7575
description="Thai Natural Language Processing library",
7676
long_description=readme,
7777
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)