Skip to content

Commit 7bfbccb

Browse files
committed
bump the base version from 0.2.1 to 0.2.2
1 parent 9a1e34a commit 7bfbccb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.1
1+
0.2.2

python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "sentencepiece"
7-
version = "0.2.1"
7+
version = "0.2.2"
88
authors = [
99
{ name="Taku Kudo", email="taku@google.com" },
1010
]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.1'
1+
__version__ = '0.2.2'

0 commit comments

Comments
 (0)