From 163c315f3956123f73cf7e7bef684770127e3e00 Mon Sep 17 00:00:00 2001 From: darrylong Date: Thu, 15 Aug 2024 14:24:46 +0800 Subject: [PATCH] Release v2.2.2 --- cornac/__init__.py | 2 +- docs/source/conf.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cornac/__init__.py b/cornac/__init__.py index 8fd38bc5..7b1c9b87 100644 --- a/cornac/__init__.py +++ b/cornac/__init__.py @@ -23,4 +23,4 @@ # Also importable from root from .experiment import Experiment -__version__ = '2.2.1' +__version__ = '2.2.2' diff --git a/docs/source/conf.py b/docs/source/conf.py index 9f2eae28..aa756749 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,7 +24,7 @@ # The short X.Y version version = '2.2' # The full version, including alpha/beta/rc tags -release = '2.2.1' +release = '2.2.2' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 0862ce41..fb81c4ca 100644 --- a/setup.py +++ b/setup.py @@ -330,7 +330,7 @@ def run(self): setup( name="cornac", - version="2.2.1", + version="2.2.2", description="A Comparative Framework for Multimodal Recommender Systems", long_description=long_description, long_description_content_type="text/markdown",