From 8395a2e3dac723d6624b7cabe5c041f990400ca6 Mon Sep 17 00:00:00 2001
From: tqtg <tuantq.vnu@gmail.com>
Date: Tue, 13 Jul 2021 17:49:20 +0800
Subject: [PATCH] Release v1.13.5

---
 cornac/__init__.py  | 2 +-
 docs/source/conf.py | 2 +-
 setup.py            | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/cornac/__init__.py b/cornac/__init__.py
index 17fe4558..dc9dee1d 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.4'
\ No newline at end of file
+__version__ = '1.13.5'
\ No newline at end of file
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 2a583e1d..f805e824 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.13'
 # The full version, including alpha/beta/rc tags
-release = '1.13.4'
+release = '1.13.5'
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/setup.py b/setup.py
index 2326a1fd..05281275 100644
--- a/setup.py
+++ b/setup.py
@@ -288,7 +288,7 @@ if USE_CYTHON:
 
 setup(
     name="cornac",
-    version="1.13.4",
+    version="1.13.5",
     description="A Comparative Framework for Multimodal Recommender Systems",
     long_description=long_description,
     long_description_content_type="text/markdown",
-- 
GitLab