From 2d430dcb65d5c081e156cbef1489364d2a53abac Mon Sep 17 00:00:00 2001
From: Darryl Ong <ongrongsheng@gmail.com>
Date: Fri, 20 Oct 2023 09:48:35 +0800
Subject: [PATCH] Release v1.17.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 52c3f574..ee43a09c 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.16'
+__version__ = '1.17'
diff --git a/docs/source/conf.py b/docs/source/conf.py
index 769a8068..648a4b13 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.16'
+version = '1.17'
 # The full version, including alpha/beta/rc tags
-release = '1.16.0'
+release = '1.17.0'
 
 
 # -- General configuration ---------------------------------------------------
diff --git a/setup.py b/setup.py
index 164c3ee1..66360f5f 100644
--- a/setup.py
+++ b/setup.py
@@ -296,7 +296,7 @@ if USE_CYTHON:
 
 setup(
     name="cornac",
-    version="1.16.0",
+    version="1.17.0",
     description="A Comparative Framework for Multimodal Recommender Systems",
     long_description=long_description,
     long_description_content_type="text/markdown",
-- 
GitLab