Skip to content
Snippets Groups Projects
Commit f8bbdf69 authored by darrylong's avatar darrylong
Browse files

Release v2.2.0

parent 5de0a8e9
No related branches found
No related tags found
No related merge requests found
...@@ -23,4 +23,4 @@ from . import utils ...@@ -23,4 +23,4 @@ from . import utils
# Also importable from root # Also importable from root
from .experiment import Experiment from .experiment import Experiment
__version__ = '2.1' __version__ = '2.2'
...@@ -22,9 +22,9 @@ copyright = '2023, Preferred.AI' ...@@ -22,9 +22,9 @@ copyright = '2023, Preferred.AI'
author = 'Preferred.AI' author = 'Preferred.AI'
# The short X.Y version # The short X.Y version
version = '2.1' version = '2.2'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '2.1.0' release = '2.2.0'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
...@@ -330,7 +330,7 @@ cmdclass = { ...@@ -330,7 +330,7 @@ cmdclass = {
setup( setup(
name="cornac", name="cornac",
version="2.1.0", version="2.2.0",
description="A Comparative Framework for Multimodal Recommender Systems", description="A Comparative Framework for Multimodal Recommender Systems",
long_description=long_description, long_description=long_description,
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment