We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985231a commit 117d096Copy full SHA for 117d096
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 5.0.6-dev
+current_version = 5.1.0-beta1
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?
setup.py
@@ -150,7 +150,7 @@
150
151
setup(
152
name="pythainlp",
153
- version="5.0.6-dev",
+ version="5.1.0-beta1",
154
description="Thai Natural Language Processing library",
155
long_description=LONG_DESC,
156
long_description_content_type="text/markdown",
0 commit comments