From 4eab23e3eb69f11433cffdae10e2c5282f7222ba Mon Sep 17 00:00:00 2001 From: hieuddo Date: Wed, 15 Jul 2026 02:46:32 +0800 Subject: [PATCH] chore: bump version to 2.6.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 a9879f72..cb507bda 100644 --- a/cornac/__init__.py +++ b/cornac/__init__.py @@ -23,4 +23,4 @@ # Also importable from root from .experiment import Experiment -__version__ = "2.5.0" +__version__ = "2.6.0" diff --git a/docs/source/conf.py b/docs/source/conf.py index b48ec5b1..d940c52c 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.5" +version = "2.6" # The full version, including alpha/beta/rc tags -release = "2.5.0" +release = "2.6.0" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index bb9237c3..46eef68c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta" [project] name = "cornac" -version = "2.5.0" +version = "2.6.0" description = "A Comparative Framework for Multimodal Recommender Systems" readme = "README.md" dependencies = [