File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " evalica"
3- version = " 0.4.0-rc.1 "
3+ version = " 0.4.0-rc.2 "
44edition = " 2021"
55description = " Evalica, your favourite evaluation toolkit."
66repository = " https://github.com/dustalov/evalica"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "maturin"
44
55[project ]
66name = " evalica"
7- version = " 0.4.0rc1 "
7+ version = " 0.4.0rc2 "
88license = " Apache-2.0"
99description = " Evalica, your favourite evaluation toolkit."
1010keywords = [
Original file line number Diff line number Diff line change 1515import pandas as pd
1616from scipy .stats import bootstrap as scipy_bootstrap
1717
18- __version__ = "0.4.0rc1 "
18+ __version__ = "0.4.0rc2 "
1919"""The version of Evalica."""
2020
2121
You can’t perform that action at this time.
0 commit comments