Skip to content

Commit cb631c1

Browse files
committed
Bump finalfrontier version to 0.2.0.
1 parent d35fa20 commit cb631c1

File tree

4 files changed

+16
-16
lines changed

4 files changed

+16
-16
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

finalfrontier-utils/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[package]
22
name = "finalfrontier-utils"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Daniël de Kok <me@danieldk.eu>"]
55
description = "Train and use word embeddings with subword representations"
66
documentation = "https://git.danieldk.eu/finalfrontier/about"
7-
homepage = "https://git.danieldk.eu/finalfrontier/about"
8-
repository = "https://git.danieldk.eu/finalfrontier"
7+
homepage = "https://github.com/danieldk/finalfrontier"
8+
repository = "https://github.com/danieldk/finalfrontier.git"
99
license = "Apache-2.0"
1010

1111
[dependencies]
1212
clap = "2"
1313
failure = "0.1"
14-
finalfrontier = { path = "../finalfrontier", version = "0.1.0" }
14+
finalfrontier = { path = "../finalfrontier", version = "0.2.0" }
1515
indicatif = "0.9"
1616
memmap = "0.6"
1717
num_cpus = "1"

finalfrontier/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
[package]
22
name = "finalfrontier"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Daniël de Kok <me@danieldk.eu>"]
55
description = "Train/use word embeddings with subword units"
66
documentation = "https://docs.rs/finalfrontier/"
7-
homepage = "https://git.danieldk.eu/finalfrontier/about"
8-
repository = "https://git.danieldk.eu/finalfrontier"
7+
homepage = "https://github.com/danieldk/finalfrontier"
8+
repository = "https://github.com/danieldk/finalfrontier.git"
99
license = "Apache-2.0"
1010

1111
[dependencies]
1212
byteorder = "1"
1313
cfg-if = "0.1"
1414
failure = "0.1"
1515
fnv = "1"
16-
hogwild = { path = "../hogwild", version = "0.1.0" }
16+
hogwild = { path = "../hogwild", version = "0.2.0" }
1717
memmap = "0.6"
1818
ndarray = "0.11"
1919
ndarray-rand = "0.7"

hogwild/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "hogwild"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
authors = ["Daniël de Kok <me@danieldk.eu>"]
55
description = "Data types for hogwild SGD"
66
documentation = "https://docs.rs/hogwild/"
7-
homepage = "https://git.danieldk.eu/finalfrontier/about"
8-
repository = "https://git.danieldk.eu/finalfrontier"
7+
homepage = "https://github.com/danieldk/finalfrontier"
8+
repository = "https://github.com/danieldk/finalfrontier.git"
99
license = "Apache-2.0"
1010

1111
[dependencies]

0 commit comments

Comments
 (0)