Skip to content

Commit b1b3b0e

Browse files
authored
Up to 0.4.0 (#56)
1 parent 3d8980e commit b1b3b0e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "elinor"
3-
version = "0.3.2"
3+
version = "0.4.0"
44
edition = "2021"
55
authors = ["Shunsuke Kanda (kampersanda) <shnsk.knd@gmail.com>"]
66
description = "Evaluation Library in Information Retrieval"

elinor-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "elinor-cli"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
edition = "2021"
55
authors = ["Shunsuke Kanda (kampersanda) <shnsk.knd@gmail.com>"]
66
description = "Command line tools for elinor."
@@ -20,7 +20,7 @@ prettytable-rs = "0.10.0"
2020
serde_json = "1.0.128"
2121

2222
[dependencies.elinor]
23-
version = "0.3.1"
23+
version = "0.4.0"
2424
path = ".."
2525
features = ["serde"]
2626
default-features = false

0 commit comments

Comments
 (0)