diff --git a/cornac/__init__.py b/cornac/__init__.py
index 8fd38bc5293baf8160d818d318f9056653803263..7b1c9b878cc1e23ab921a0c7c7963b1f5a157657 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.1'
+__version__ = '2.2.2'
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 9f2eae282b1b11157744ac82a23cb5be341176cf..aa7567497e5c6dae9b553c4ce498df6b237bc05a 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.1'
+release = '2.2.2'
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/setup.py b/setup.py
index 0862ce415787414763340005ffa0fb1830205fac..fb81c4caeb02e63047944819e238a4cdb630c872 100644
--- a/setup.py
+++ b/setup.py
@@ -330,7 +330,7 @@ cmdclass = {
 
 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",