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

Release v2.2.2

parent 706ce7a2
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.2.1' __version__ = '2.2.2'
...@@ -24,7 +24,7 @@ author = 'Preferred.AI' ...@@ -24,7 +24,7 @@ author = 'Preferred.AI'
# The short X.Y version # The short X.Y version
version = '2.2' version = '2.2'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '2.2.1' release = '2.2.2'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
...@@ -330,7 +330,7 @@ cmdclass = { ...@@ -330,7 +330,7 @@ cmdclass = {
setup( setup(
name="cornac", name="cornac",
version="2.2.1", version="2.2.2",
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