Skip to content

Commit

Permalink
Bump finalfrontier version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk committed Mar 5, 2019
1 parent 09606ba commit 0528719
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
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.2.0"
version = "0.4.0"
authors = ["Daniël de Kok <[email protected]>"]
description = "Train and use word embeddings with subword representations"
documentation = "https://git.danieldk.eu/finalfrontier/about"
Expand All @@ -11,7 +11,7 @@ license = "Apache-2.0"
[dependencies]
clap = "2"
failure = "0.1"
finalfrontier = { path = "../finalfrontier", version = "0.2.0" }
finalfrontier = { path = "../finalfrontier", version = "0.4.0" }
indicatif = "0.11"
memmap = "0.7"
num_cpus = "1"
Expand Down
4 changes: 2 additions & 2 deletions finalfrontier/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "finalfrontier"
version = "0.2.0"
version = "0.4.0"
authors = ["Daniël de Kok <[email protected]>"]
description = "Train/use word embeddings with subword units"
documentation = "https://docs.rs/finalfrontier/"
Expand All @@ -14,7 +14,7 @@ cfg-if = "0.1"
conllx = "0.11"
failure = "0.1"
fnv = "1"
hogwild = { path = "../hogwild", version = "0.2.0" }
hogwild = { path = "../hogwild", version = "0.4.0" }
memmap = "0.7"
ndarray = "0.12"
ndarray-rand = "0.9"
Expand Down
2 changes: 1 addition & 1 deletion hogwild/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hogwild"
version = "0.2.0"
version = "0.4.0"
authors = ["Daniël de Kok <[email protected]>"]
description = "Data types for hogwild SGD"
documentation = "https://docs.rs/hogwild/"
Expand Down

0 comments on commit 0528719

Please sign in to comment.