diff --git a/cornac/__init__.py b/cornac/__init__.py
index d9b58b208657380166f196abdc99ac630ed80c0d..e315f54425d1c47f04598c7156d8a156e98c87b1 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.2'
+__version__ = '1.15.3'
diff --git a/docs/source/conf.py b/docs/source/conf.py
index e715d733be9b83d422c1d78eadf91847f3db3e96..0fbd5df7d1674d49825b0eaa0542456e25bf9e2b 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.2'
+release = '1.15.3'
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/setup.py b/setup.py
index b1ea0f8d44363c61aa4921320db94608efcbb902..0a9dd9d6ee2bca03b356279c90dd5439d50a7a25 100644
--- a/setup.py
+++ b/setup.py
@@ -288,7 +288,7 @@ if USE_CYTHON:
 
 setup(
     name="cornac",
-    version="1.15.2",
+    version="1.15.3",
     description="A Comparative Framework for Multimodal Recommender Systems",
     long_description=long_description,
     long_description_content_type="text/markdown",