From 28488a82a45e7cbb6e8216047c57332da8e5a549 Mon Sep 17 00:00:00 2001 From: tqtg <tuantq.vnu@gmail.com> Date: Fri, 9 Jul 2021 22:24:22 +0800 Subject: [PATCH] Release v1.13.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 fcf9d642..f3d8b145 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.12.0' \ No newline at end of file +__version__ = '1.13.0' \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 1736862c..38a4f091 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.12' +version = '1.13' # The full version, including alpha/beta/rc tags -release = '1.12.0' +release = '1.13.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 8e9586fb..f9f204e6 100644 --- a/setup.py +++ b/setup.py @@ -283,7 +283,7 @@ if USE_CYTHON: setup( name="cornac", - version="1.12.0", + version="1.13.0", description="A Comparative Framework for Multimodal Recommender Systems", long_description=long_description, long_description_content_type="text/markdown", -- GitLab