From 67c28bca66db4a7aba31e3e51c5a0f66d3b7f42d Mon Sep 17 00:00:00 2001 From: tqtg Date: Sat, 22 Jul 2023 11:17:09 -0700 Subject: [PATCH] Release v1.16.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 8e4211005..52c3f5746 100644 --- a/cornac/__init__.py +++ b/cornac/__init__.py @@ -23,4 +23,4 @@ # Also importable from root from .experiment import Experiment -__version__ = '1.15.4' +__version__ = '1.16' diff --git a/docs/source/conf.py b/docs/source/conf.py index fbc9e5384..769a8068d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,9 +24,9 @@ author = 'Preferred.AI' # The short X.Y version -version = '1.15' +version = '1.16' # The full version, including alpha/beta/rc tags -release = '1.15.4' +release = '1.16.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index c7175239a..7ccafc044 100644 --- a/setup.py +++ b/setup.py @@ -288,7 +288,7 @@ def extract_gcc_binaries(): setup( name="cornac", - version="1.15.4", + version="1.16.0", description="A Comparative Framework for Multimodal Recommender Systems", long_description=long_description, long_description_content_type="text/markdown",