diff --git a/cornac/__init__.py b/cornac/__init__.py index 0d552b0db..de2dd1b0d 100644 --- a/cornac/__init__.py +++ b/cornac/__init__.py @@ -23,4 +23,4 @@ # Also importable from root from .experiment import Experiment -__version__ = '1.9.0' \ No newline at end of file +__version__ = '1.10.0' \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 58a6e27cd..f63fb3ff3 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.9' +version = '1.10' # The full version, including alpha/beta/rc tags -release = '1.9.0' +release = '1.10.0' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 9283278e7..450fca84e 100644 --- a/setup.py +++ b/setup.py @@ -252,7 +252,7 @@ def extract_gcc_binaries(): setup( name="cornac", - version="1.9.0", + version="1.10.0", description="A Comparative Framework for Multimodal Recommender Systems", long_description=long_description, long_description_content_type="text/markdown",