-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bump up to 0.2.0 * Update vaporetto_rules
- Loading branch information
1 parent
9c8318e
commit 5dafd08
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "vaporetto" | ||
version = "0.1.6" | ||
version = "0.2.0" | ||
edition = "2018" | ||
authors = ["Koichi Akabe <[email protected]>"] | ||
description = "Vaporetto: a pointwise prediction based tokenizer" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "vaporetto_rules" | ||
version = "0.1.3" | ||
version = "0.1.4" | ||
edition = "2018" | ||
authors = ["Koichi Akabe <[email protected]>"] | ||
description = "Rule-base filters for Vaporetto" | ||
|
@@ -14,4 +14,4 @@ autotests = false | |
|
||
[dependencies] | ||
unicode-segmentation = "1.8.0" # MIT or Apache-2.0 | ||
vaporetto = { path = "../vaporetto", version = "0.1" } # MIT or Apache-2.0 | ||
vaporetto = { path = "../vaporetto", version = "0.2.0" } # MIT or Apache-2.0 |