Skip to content
Snippets Groups Projects
Commit 28488a82 authored by tqtg's avatar tqtg
Browse files

Release v1.13.0

parent 54a3d842
No related branches found
No related tags found
No related merge requests found
......@@ -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
......@@ -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 ---------------------------------------------------
......
......@@ -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",
......
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