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