Skip to content
Snippets Groups Projects
Commit 67c28bca authored by tqtg's avatar tqtg
Browse files

Release v1.16.0

parent 3d41f52d
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__ = '1.15.4' __version__ = '1.16'
...@@ -24,9 +24,9 @@ copyright = '2018, Cornac Authors' ...@@ -24,9 +24,9 @@ copyright = '2018, Cornac Authors'
author = 'Preferred.AI' author = 'Preferred.AI'
# The short X.Y version # The short X.Y version
version = '1.15' version = '1.16'
# The full version, including alpha/beta/rc tags # The full version, including alpha/beta/rc tags
release = '1.15.4' release = '1.16.0'
# -- General configuration --------------------------------------------------- # -- General configuration ---------------------------------------------------
......
...@@ -288,7 +288,7 @@ if USE_CYTHON: ...@@ -288,7 +288,7 @@ if USE_CYTHON:
setup( setup(
name="cornac", name="cornac",
version="1.15.4", version="1.16.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