diff --git a/cornac/__init__.py b/cornac/__init__.py index 52c3f5746a98a5423ef569da7e823c4234ca0f3f..ee43a09c33895710c1a313db4f8c6d36554cc93c 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__ = '1.16' +__version__ = '1.17' diff --git a/docs/source/conf.py b/docs/source/conf.py index 769a8068d22d508f43fe57497f0b11613c75d7ca..648a4b13c13e2f0b7a28684e3390e7d84902982e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,9 +24,9 @@ copyright = '2018, Cornac Authors' author = 'Preferred.AI' # The short X.Y version -version = '1.16' +version = '1.17' # The full version, including alpha/beta/rc tags -release = '1.16.0' +release = '1.17.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 164c3ee10962b7ccdeee62bf5c0d52a77ede29b2..66360f5ff6d85ce981e083e22e250c89449334ea 100644 --- a/setup.py +++ b/setup.py @@ -296,7 +296,7 @@ if USE_CYTHON: setup( name="cornac", - version="1.16.0", + version="1.17.0", description="A Comparative Framework for Multimodal Recommender Systems", long_description=long_description, long_description_content_type="text/markdown",