We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a4abcf commit cb2a0b4Copy full SHA for cb2a0b4
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.1'
+__version__ = '2.3.2'
docs/source/conf.py
@@ -24,7 +24,7 @@
# The short X.Y version
version = '2.3'
# The full version, including alpha/beta/rc tags
27
-release = '2.3.1'
+release = '2.3.2'
28
29
30
# -- General configuration ---------------------------------------------------
pyproject.toml
@@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
10
11
[project]
12
name = "cornac"
13
-version = "2.3.1"
+version = "2.3.2"
14
description = "A Comparative Framework for Multimodal Recommender Systems"
15
readme = "README.md"
16
dependencies = [
0 commit comments