diff --git a/cornac/__init__.py b/cornac/__init__.py
index 6350663117704201bbdda1166b2abd3642a0258e..d9b58b208657380166f196abdc99ac630ed80c0d 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__ = '1.15.1'
+__version__ = '1.15.2'
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 56b42d751ef019789a973dca806c78ea1b05585b..e715d733be9b83d422c1d78eadf91847f3db3e96 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -26,7 +26,7 @@ author = 'Preferred.AI'
 # The short X.Y version
 version = '1.15'
 # The full version, including alpha/beta/rc tags
-release = '1.15.1'
+release = '1.15.2'
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/setup.py b/setup.py
index d73ad29caa337ff7c8b79d8718aeaedd1ce3c5e7..b1ea0f8d44363c61aa4921320db94608efcbb902 100644
--- a/setup.py
+++ b/setup.py
@@ -288,7 +288,7 @@ if USE_CYTHON:
 
 setup(
     name="cornac",
-    version="1.15.1",
+    version="1.15.2",
     description="A Comparative Framework for Multimodal Recommender Systems",
     long_description=long_description,
     long_description_content_type="text/markdown",