From 6ae67f6deb2aeaf31c693fa84a1758fe316ca8e3 Mon Sep 17 00:00:00 2001
From: darrylong <darrylong@users.noreply.github.com>
Date: Fri, 24 May 2024 17:53:21 +0800
Subject: [PATCH] Release v2.2.1

---
 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 9d16ba0f..8fd38bc5 100644
--- a/cornac/__init__.py
+++ b/cornac/__init__.py
@@ -23,4 +23,4 @@ from . import utils
 # Also importable from root
 from .experiment import Experiment
 
-__version__ = '2.2'
+__version__ = '2.2.1'
diff --git a/docs/source/conf.py b/docs/source/conf.py
index ed9ab188..001622f6 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -24,7 +24,7 @@ author = 'Preferred.AI'
 # The short X.Y version
 version = '2.2'
 # The full version, including alpha/beta/rc tags
-release = '2.2.0'
+release = '2.2.1'
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/setup.py b/setup.py
index 21aaaad5..44384bf2 100644
--- a/setup.py
+++ b/setup.py
@@ -330,7 +330,7 @@ cmdclass = {
 
 setup(
     name="cornac",
-    version="2.2.0",
+    version="2.2.1",
     description="A Comparative Framework for Multimodal Recommender Systems",
     long_description=long_description,
     long_description_content_type="text/markdown",
-- 
GitLab