diff --git a/cornac/__init__.py b/cornac/__init__.py
index dc9dee1d56073839dd538f9b27c0335fa854f33d..ddf1e0a501bc2b796ade0388efebf01e59533456 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.13.5'
\ No newline at end of file
+__version__ = '1.14.0'
\ No newline at end of file
diff --git a/docs/source/conf.py b/docs/source/conf.py
index f805e824b7b66675a300f49960c7b3fad212664a..7e60309b163f81b11e513c3ebbc370ce34c46de6 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.13'
+version = '1.14'
 # The full version, including alpha/beta/rc tags
-release = '1.13.5'
+release = '1.14.0'
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/setup.py b/setup.py
index 052812751ad120e4a443f116d7d4f2bec8f851ed..b852e9f1086c6a87ab1dc6edb7ab1d7f56d760ce 100644
--- a/setup.py
+++ b/setup.py
@@ -288,7 +288,7 @@ if USE_CYTHON:
 
 setup(
     name="cornac",
-    version="1.13.5",
+    version="1.14.0",
     description="A Comparative Framework for Multimodal Recommender Systems",
     long_description=long_description,
     long_description_content_type="text/markdown",