We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba20460 commit d85c21dCopy full SHA for d85c21d
3 files changed
cornac/__init__.py
@@ -23,4 +23,4 @@
23
# Also importable from root
24
from .experiment import Experiment
25
26
-__version__ = "2.3.4"
+__version__ = "2.3.5"
docs/source/conf.py
@@ -25,7 +25,7 @@
# The short X.Y version
version = "2.3"
27
# The full version, including alpha/beta/rc tags
28
-release = "2.3.4"
+release = "2.3.5"
29
30
31
# -- General configuration ---------------------------------------------------
pyproject.toml
@@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
10
11
[project]
12
name = "cornac"
13
-version = "2.3.4"
+version = "2.3.5"
14
description = "A Comparative Framework for Multimodal Recommender Systems"
15
readme = "README.md"
16
dependencies = [
0 commit comments