diff --git a/cornac/__init__.py b/cornac/__init__.py index eb8b9a44e7ee51a552a7d972a4c153eaa4d3b958..17fe4558f18fe063a104ff4ab225356b6c4ebcad 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.3' \ No newline at end of file +__version__ = '1.13.4' \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index fc0af1bb329018bc5aa2d648b56713931eb11faf..2a583e1d572389a2bcce2724cba3fc59581caa59 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.3' +release = '1.13.4' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index a97600395dc8b40f68306eb8e1f6365f1e554e1f..0629dd88c7e10001295e2b1054e6e3d9329670e7 100644 --- a/setup.py +++ b/setup.py @@ -288,7 +288,7 @@ if USE_CYTHON: setup( name="cornac", - version="1.13.3", + version="1.13.4", description="A Comparative Framework for Multimodal Recommender Systems", long_description=long_description, long_description_content_type="text/markdown",