diff --git a/cornac/__init__.py b/cornac/__init__.py index 52c3f5746..ee43a09c3 100644 --- a/cornac/__init__.py +++ b/cornac/__init__.py @@ -23,4 +23,4 @@ # 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 769a8068d..648a4b13c 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -24,9 +24,9 @@ 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 164c3ee10..66360f5ff 100644 --- a/setup.py +++ b/setup.py @@ -296,7 +296,7 @@ def extract_gcc_binaries(): 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",