From 3a7fe9ce56603439305720faeec9de85f05e22d8 Mon Sep 17 00:00:00 2001
From: tqtg <tuantq.vnu@gmail.com>
Date: Fri, 12 May 2023 23:37:52 -0700
Subject: [PATCH] Release v1.15.4

---
 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 e315f544..8e421100 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.15.3'
+__version__ = '1.15.4'
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 0fbd5df7..fbc9e538 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.15'
 # The full version, including alpha/beta/rc tags
-release = '1.15.3'
+release = '1.15.4'
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/setup.py b/setup.py
index 0a9dd9d6..c7175239 100644
--- a/setup.py
+++ b/setup.py
@@ -288,7 +288,7 @@ if USE_CYTHON:
 
 setup(
     name="cornac",
-    version="1.15.3",
+    version="1.15.4",
     description="A Comparative Framework for Multimodal Recommender Systems",
     long_description=long_description,
     long_description_content_type="text/markdown",
-- 
GitLab