Skip to content

Commit

Permalink
Bump version to 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk committed Jun 21, 2019
1 parent 181193a commit dea75f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions finalfrontier-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "finalfrontier-utils"
version = "0.6.0"
version = "0.6.1"
edition = "2018"
authors = ["Daniël de Kok <[email protected]>", "Sebastian Pütz <[email protected]>"]
description = "Train and use word embeddings with subword representations"
Expand All @@ -13,7 +13,7 @@ license = "Apache-2.0"
clap = "2"
conllx = "0.11"
failure = "0.1"
finalfrontier = { path = "../finalfrontier", version = "0.6.0" }
finalfrontier = { path = "../finalfrontier", version = "0.6.1" }
indicatif = "0.11"
memmap = "0.7"
num_cpus = "1"
Expand Down
2 changes: 1 addition & 1 deletion finalfrontier/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "finalfrontier"
version = "0.6.0"
version = "0.6.1"
edition = "2018"
authors = ["Daniël de Kok <[email protected]>", "Sebastian Pütz <[email protected]>"]
description = "Train/use word embeddings with subword units"
Expand Down

0 comments on commit dea75f3

Please sign in to comment.