diff --git a/cornac/__init__.py b/cornac/__init__.py
index 0ec3f05a9b957af8399a945c15963431f953ed71..9d16ba0fad93d3d8cc801b237ca7358d305f1b42 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.1'
+__version__ = '2.2'
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 1028dde1e74e9913dd3d73a6b51dedb64a97c099..ed9ab188db54cc5de65aeae36423370f32fa76f6 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -22,9 +22,9 @@ copyright = '2023, Preferred.AI'
 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 9bc9a3384fbac1574b1ec2a02d30cd5e08f449e2..21aaaad5dcd1c5692b28e95fa61b366c33523b5d 100644
--- a/setup.py
+++ b/setup.py
@@ -330,7 +330,7 @@ cmdclass = {
 
 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",