Skip to content

Commit 2fee7f2

Browse files
committed
Bump version to 0.4.0 (again)
1 parent 478bfd5 commit 2fee7f2

File tree

3 files changed

+3
-3
lines changed

3 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 = "evalica"
3-
version = "0.4.0-rc.2"
3+
version = "0.4.0"
44
edition = "2021"
55
description = "Evalica, your favourite evaluation toolkit."
66
repository = "https://github.com/dustalov/evalica"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "evalica"
7-
version = "0.4.0rc2"
7+
version = "0.4.0"
88
license = "Apache-2.0"
99
description = "Evalica, your favourite evaluation toolkit."
1010
keywords = [

python/evalica/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
import pandas as pd
1616
from scipy.stats import bootstrap as scipy_bootstrap
1717

18-
__version__ = "0.4.0rc2"
18+
__version__ = "0.4.0"
1919
"""The version of Evalica."""
2020

2121

0 commit comments

Comments
 (0)