Skip to content

Commit

Permalink
Fixed bumpversion
Browse files Browse the repository at this point in the history
  • Loading branch information
wannaphong committed Jan 31, 2021
1 parent 1d6bf90 commit 9532cb0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pythainlp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
"2.2.7-dev0"
__version__ = "2.2.7-dev0"

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

Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ values =

[bumpversion:file:setup.py]
search = version="{current_version}"
replace = "{new_version}"
replace = version="{new_version}"

[bumpversion:file:pythainlp/__init__.py]
search = __version__ = "{current_version}"
replace = "{new_version}"
replace = __version__ = "{new_version}"

[metadata]
description-file = README.md
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

setup(
name="pythainlp",
"2.2.7-dev0",
version="2.2.7-dev0",
description="Thai Natural Language Processing library",
long_description=readme,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 9532cb0

Please sign in to comment.