Skip to content

Commit

Permalink
Bump version to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk committed Apr 25, 2019
1 parent addd4d2 commit ef67b9e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 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.4.0"
version = "0.5.0"
edition = "2018"
authors = ["Daniël de Kok <[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.4.0" }
finalfrontier = { path = "../finalfrontier", version = "0.5.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.4.0"
version = "0.5.0"
edition = "2018"
authors = ["Daniël de Kok <[email protected]>"]
description = "Train/use word embeddings with subword units"
Expand All @@ -15,7 +15,7 @@ conllx = "0.11"
failure = "0.1"
finalfusion = "0.5"
fnv = "1"
hogwild = { path = "../hogwild", version = "0.4.0" }
hogwild = { path = "../hogwild", version = "0.5.0" }
ndarray = "0.12"
ndarray-rand = "0.9"
rand = "0.6"
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.4.0"
version = "0.5.0"
edition = "2018"
authors = ["Daniël de Kok <[email protected]>"]
description = "Data types for hogwild SGD"
Expand Down

0 comments on commit ef67b9e

Please sign in to comment.