Skip to content

Commit f0a848e

Browse files
authored
Release v2.3.4 (#672)
1 parent fb8dc95 commit f0a848e

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.3"
26+
__version__ = "2.3.4"

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.3"
28+
release = "2.3.4"
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.3"
13+
version = "2.3.4"
1414
description = "A Comparative Framework for Multimodal Recommender Systems"
1515
readme = "README.md"
1616
dependencies = [

0 commit comments

Comments
 (0)