From b28ec99e431d6cd305a67f55b454e7823ac9c054 Mon Sep 17 00:00:00 2001 From: hieuddo Date: Thu, 4 Jun 2026 20:30:44 +0800 Subject: [PATCH] chore: bump version to 2.5.0 --- cornac/__init__.py | 2 +- docs/source/conf.py | 4 ++-- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cornac/__init__.py b/cornac/__init__.py index 2510f4f9..a9879f72 100644 --- a/cornac/__init__.py +++ b/cornac/__init__.py @@ -23,4 +23,4 @@ # Also importable from root from .experiment import Experiment -__version__ = "2.4.0" +__version__ = "2.5.0" diff --git a/docs/source/conf.py b/docs/source/conf.py index 3c96cccd..b48ec5b1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -23,9 +23,9 @@ author = "Preferred.AI" # The short X.Y version -version = "2.4" +version = "2.5" # The full version, including alpha/beta/rc tags -release = "2.4.0" +release = "2.5.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index ee8420c8..a787b4b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta" [project] name = "cornac" -version = "2.4.0" +version = "2.5.0" description = "A Comparative Framework for Multimodal Recommender Systems" readme = "README.md" dependencies = [