From f8bbdf69ce48fe8b07ac8ab255514d4bea8ce880 Mon Sep 17 00:00:00 2001 From: darrylong Date: Tue, 7 May 2024 06:23:15 +0800 Subject: [PATCH] Release v2.2.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 0ec3f05a..9d16ba0f 100644 --- a/cornac/__init__.py +++ b/cornac/__init__.py @@ -23,4 +23,4 @@ # Also importable from root from .experiment import Experiment -__version__ = '2.1' +__version__ = '2.2' diff --git a/docs/source/conf.py b/docs/source/conf.py index 1028dde1..ed9ab188 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.1' +version = '2.2' # The full version, including alpha/beta/rc tags -release = '2.1.0' +release = '2.2.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 9bc9a338..21aaaad5 100644 --- a/setup.py +++ b/setup.py @@ -330,7 +330,7 @@ def run(self): setup( name="cornac", - version="2.1.0", + version="2.2.0", description="A Comparative Framework for Multimodal Recommender Systems", long_description=long_description, long_description_content_type="text/markdown",