From fa26b733b7daa297ed060ad9c7a1da572f4a273b Mon Sep 17 00:00:00 2001 From: darrylong <darrylong@users.noreply.github.com> Date: Thu, 21 Mar 2024 15:24:50 +0800 Subject: [PATCH] Release v2.1.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 5d1a04c0..0ec3f05a 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__ = '2.0' +__version__ = '2.1' diff --git a/docs/source/conf.py b/docs/source/conf.py index 38721b26..1028dde1 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,9 +22,9 @@ copyright = '2023, Preferred.AI' author = 'Preferred.AI' # The short X.Y version -version = '2.0' +version = '2.1' # The full version, including alpha/beta/rc tags -release = '2.0.0' +release = '2.1.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index f1a3a9df..031891cf 100644 --- a/setup.py +++ b/setup.py @@ -330,7 +330,7 @@ cmdclass = { setup( name="cornac", - version="2.0.0", + version="2.1.0", description="A Comparative Framework for Multimodal Recommender Systems", long_description=long_description, long_description_content_type="text/markdown", -- GitLab