Skip to content

Commit fbc5aaf

Browse files
committed
Update current_version
1 parent bee2494 commit fbc5aaf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 5.2.0-beta
2+
current_version = 5.2.0-beta1
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?

setup.py

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

163163
setup(
164164
name="pythainlp",
165-
version="5.2.0-beta",
165+
version="5.2.0-beta1",
166166
description="Thai Natural Language Processing library",
167167
long_description=LONG_DESC,
168168
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)