Skip to content

Commit d85c21d

Browse files
committed
Release v2.3.5
1 parent ba20460 commit d85c21d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cornac/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
# Also importable from root
2424
from .experiment import Experiment
2525

26-
__version__ = "2.3.4"
26+
__version__ = "2.3.5"

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# The short X.Y version
2626
version = "2.3"
2727
# The full version, including alpha/beta/rc tags
28-
release = "2.3.4"
28+
release = "2.3.5"
2929

3030

3131
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
1010

1111
[project]
1212
name = "cornac"
13-
version = "2.3.4"
13+
version = "2.3.5"
1414
description = "A Comparative Framework for Multimodal Recommender Systems"
1515
readme = "README.md"
1616
dependencies = [

0 commit comments

Comments
 (0)