diff --git a/cornac/__init__.py b/cornac/__init__.py index 4aa16acf8..9430a5889 100644 --- a/cornac/__init__.py +++ b/cornac/__init__.py @@ -23,4 +23,4 @@ # Also importable from root from .experiment import Experiment -__version__ = '1.5.0' \ No newline at end of file +__version__ = '1.5.1' \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 0899304b7..3752142ec 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = '1.5' # The full version, including alpha/beta/rc tags -release = '1.5.0' +release = '1.5.1' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index d7892cd91..565cb4542 100644 --- a/setup.py +++ b/setup.py @@ -252,7 +252,7 @@ def extract_gcc_binaries(): setup( name="cornac", - version="1.5.0", + version="1.5.1", description="A Comparative Framework for Multimodal Recommender Systems", long_description=long_description, long_description_content_type="text/markdown",