We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 478bfd5 commit 2fee7f2Copy full SHA for 2fee7f2
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "evalica"
3
-version = "0.4.0-rc.2"
+version = "0.4.0"
4
edition = "2021"
5
description = "Evalica, your favourite evaluation toolkit."
6
repository = "https://github.com/dustalov/evalica"
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
7
-version = "0.4.0rc2"
8
license = "Apache-2.0"
9
10
keywords = [
python/evalica/__init__.py
@@ -15,7 +15,7 @@
15
import pandas as pd
16
from scipy.stats import bootstrap as scipy_bootstrap
17
18
-__version__ = "0.4.0rc2"
+__version__ = "0.4.0"
19
"""The version of Evalica."""
20
21
0 commit comments