diff --git a/cornac/__init__.py b/cornac/__init__.py
index 12aed2ebb92d1398bf485f56332f29d3386bc428..312d6046733e6b1ac38310feac5e2692de33a018 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.14.2'
+__version__ = '1.15.0'
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 4c2e00aa08a0bdd16ea17b9bf0071e714887b361..a1a36b286b9d962f5055fd1a91e4789ff7e623fa 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -24,9 +24,9 @@ copyright = '2018, Cornac Authors'
 author = 'Preferred.AI'
 
 # The short X.Y version
-version = '1.14'
+version = '1.15'
 # The full version, including alpha/beta/rc tags
-release = '1.14.2'
+release = '1.15.0'
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/setup.py b/setup.py
index b7b6705043232b1b74f89db3284844a4a175e990..bc6fcf08d547383058ca217f57f476212a95b11e 100644
--- a/setup.py
+++ b/setup.py
@@ -288,7 +288,7 @@ if USE_CYTHON:
 
 setup(
     name="cornac",
-    version="1.14.2",
+    version="1.15.0",
     description="A Comparative Framework for Multimodal Recommender Systems",
     long_description=long_description,
     long_description_content_type="text/markdown",