We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97564a8 commit a620c82Copy full SHA for a620c82
3 files changed
cornac/__init__.py
@@ -23,4 +23,4 @@
23
# Also importable from root
24
from .experiment import Experiment
25
26
-__version__ = "2.4.0"
+__version__ = "2.5.0"
docs/source/conf.py
@@ -23,9 +23,9 @@
author = "Preferred.AI"
# The short X.Y version
-version = "2.4"
+version = "2.5"
27
# The full version, including alpha/beta/rc tags
28
-release = "2.4.0"
+release = "2.5.0"
29
30
31
# -- General configuration ---------------------------------------------------
pyproject.toml
@@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
10
11
[project]
12
name = "cornac"
13
-version = "2.4.0"
+version = "2.5.0"
14
description = "A Comparative Framework for Multimodal Recommender Systems"
15
readme = "README.md"
16
dependencies = [
0 commit comments