diff --git a/cornac/__init__.py b/cornac/__init__.py index 17fe4558f18fe063a104ff4ab225356b6c4ebcad..dc9dee1d56073839dd538f9b27c0335fa854f33d 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.13.4' \ No newline at end of file +__version__ = '1.13.5' \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 2a583e1d572389a2bcce2724cba3fc59581caa59..f805e824b7b66675a300f49960c7b3fad212664a 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ author = 'Preferred.AI' # The short X.Y version version = '1.13' # The full version, including alpha/beta/rc tags -release = '1.13.4' +release = '1.13.5' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 2326a1fd4e1963e7371974c148829b9c1d36b1cc..052812751ad120e4a443f116d7d4f2bec8f851ed 100644 --- a/setup.py +++ b/setup.py @@ -288,7 +288,7 @@ if USE_CYTHON: setup( name="cornac", - version="1.13.4", + version="1.13.5", description="A Comparative Framework for Multimodal Recommender Systems", long_description=long_description, long_description_content_type="text/markdown",