diff --git a/cornac/__init__.py b/cornac/__init__.py
index fcf9d6427b70558cb08b5bc9167b16f774b90f37..f3d8b1452be1738472e1a185248d55d4b77bf7b6 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.12.0'
\ No newline at end of file
+__version__ = '1.13.0'
\ No newline at end of file
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 1736862c55cb8ba9f770a5cf9c20b8f2406b81bf..38a4f091181ecf83337421954b186802dcdabb90 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.12'
+version = '1.13'
 # The full version, including alpha/beta/rc tags
-release = '1.12.0'
+release = '1.13.0'
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/setup.py b/setup.py
index 8e9586fb0625d825c565bdc13b403af60575c85b..f9f204e682dddf6b5238ffecc20ed9bb63ae5bb8 100644
--- a/setup.py
+++ b/setup.py
@@ -283,7 +283,7 @@ if USE_CYTHON:
 
 setup(
     name="cornac",
-    version="1.12.0",
+    version="1.13.0",
     description="A Comparative Framework for Multimodal Recommender Systems",
     long_description=long_description,
     long_description_content_type="text/markdown",