Skip to content

Commit

Permalink
Bump up to 0.2.0 (#10)
Browse files Browse the repository at this point in the history
* Bump up to 0.2.0

* Update vaporetto_rules
  • Loading branch information
vbkaisetsu authored Nov 1, 2021
1 parent 9c8318e commit 5dafd08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vaporetto/Cargo.toml
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"
Expand Down
4 changes: 2 additions & 2 deletions vaporetto_rules/Cargo.toml
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"
Expand All @@ -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

0 comments on commit 5dafd08

Please sign in to comment.