Skip to content

Commit

Permalink
increment version v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
taku910 committed Feb 26, 2024
1 parent 9082653 commit 52a7f15
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.2.1
2 changes: 1 addition & 1 deletion python/src/sentencepiece/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.0'
__version__ = '0.2.1'
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ if (SPM_BUILD_TEST OR SPM_COVERAGE)

set(MEMORYCHECK_COMMAND_OPTIONS "--leak-check=full --show-leak-kinds=definite,possible --error-exitcode=1")
find_program(CTEST_MEMORYCHECK_COMMAND NAMES valgrind)
include(Dart)

add_test(NAME sentencepiece_test
COMMAND $<TARGET_FILE:spm_test> --test_srcdir=${data_dir})
Expand Down

0 comments on commit 52a7f15

Please sign in to comment.