Skip to content

Commit a620c82

Browse files
authored
Release v2.5.0 (#701)
1 parent 97564a8 commit a620c82

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

cornac/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
# Also importable from root
2424
from .experiment import Experiment
2525

26-
__version__ = "2.4.0"
26+
__version__ = "2.5.0"

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
author = "Preferred.AI"
2424

2525
# The short X.Y version
26-
version = "2.4"
26+
version = "2.5"
2727
# The full version, including alpha/beta/rc tags
28-
release = "2.4.0"
28+
release = "2.5.0"
2929

3030

3131
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
1010

1111
[project]
1212
name = "cornac"
13-
version = "2.4.0"
13+
version = "2.5.0"
1414
description = "A Comparative Framework for Multimodal Recommender Systems"
1515
readme = "README.md"
1616
dependencies = [

0 commit comments

Comments
 (0)