From de9f8839be9d213006cebdf74efa24391c2ab9b8 Mon Sep 17 00:00:00 2001 From: Darryl Ong Date: Thu, 19 Dec 2024 01:28:39 +0800 Subject: [PATCH] Release v2.3.0 --- cornac/__init__.py | 2 +- docs/source/conf.py | 4 ++-- setup.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cornac/__init__.py b/cornac/__init__.py index 7b1c9b87..ec7a1155 100644 --- a/cornac/__init__.py +++ b/cornac/__init__.py @@ -23,4 +23,4 @@ # Also importable from root from .experiment import Experiment -__version__ = '2.2.2' +__version__ = '2.3.0' diff --git a/docs/source/conf.py b/docs/source/conf.py index aa756749..f800b91e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,9 +22,9 @@ author = 'Preferred.AI' # The short X.Y version -version = '2.2' +version = '2.3' # The full version, including alpha/beta/rc tags -release = '2.2.2' +release = '2.3.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 496abcce..bd00d78d 100644 --- a/setup.py +++ b/setup.py @@ -342,7 +342,7 @@ def run(self): setup( name="cornac", - version="2.2.2", + version="2.3.0", description="A Comparative Framework for Multimodal Recommender Systems", long_description=long_description, long_description_content_type="text/markdown",