From 0411fd52d5edb560b03308d5c347eec043081632 Mon Sep 17 00:00:00 2001 From: tqtg Date: Fri, 12 May 2023 14:04:21 -0700 Subject: [PATCH] Release v1.15.2 --- 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 635066311..d9b58b208 100644 --- a/cornac/__init__.py +++ b/cornac/__init__.py @@ -23,4 +23,4 @@ # Also importable from root from .experiment import Experiment -__version__ = '1.15.1' +__version__ = '1.15.2' diff --git a/docs/source/conf.py b/docs/source/conf.py index 56b42d751..e715d733b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = '1.15' # The full version, including alpha/beta/rc tags -release = '1.15.1' +release = '1.15.2' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index d73ad29ca..b1ea0f8d4 100644 --- a/setup.py +++ b/setup.py @@ -288,7 +288,7 @@ def extract_gcc_binaries(): setup( name="cornac", - version="1.15.1", + version="1.15.2", description="A Comparative Framework for Multimodal Recommender Systems", long_description=long_description, long_description_content_type="text/markdown",