From 1b7a95d3ce88ef6b6b358104dc7f91776abf4613 Mon Sep 17 00:00:00 2001 From: qtuantruong Date: Sun, 13 Sep 2026 18:13:42 -0700 Subject: [PATCH] chore: bump version to 3.0.1 --- cornac/__init__.py | 2 +- docs/source/conf.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cornac/__init__.py b/cornac/__init__.py index c2c83a5a..a98d479e 100644 --- a/cornac/__init__.py +++ b/cornac/__init__.py @@ -23,4 +23,4 @@ # Also importable from root from .experiment import Experiment -__version__ = "3.0.0" +__version__ = "3.0.1" diff --git a/docs/source/conf.py b/docs/source/conf.py index b88a7c74..57e5165b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -33,7 +33,7 @@ # The short X.Y version version = "3.0" # The full version, including alpha/beta/rc tags -release = "3.0.0" +release = "3.0.1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index aa7a87fc..b0e5d026 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta" [project] name = "cornac" -version = "3.0.0" +version = "3.0.1" description = "A Comparative Framework for Multimodal Recommender Systems" readme = "README.md" dependencies = [