From 2a23e7321a4803d7945ba01d4445dda42bdcfaf7 Mon Sep 17 00:00:00 2001
From: tqtg <tuantq.vnu@gmail.com>
Date: Fri, 17 Sep 2021 11:12:01 +0800
Subject: [PATCH] Release v1.14.0

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

diff --git a/cornac/__init__.py b/cornac/__init__.py
index dc9dee1d..ddf1e0a5 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 f805e824..7e60309b 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 05281275..b852e9f1 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",
-- 
GitLab