Skip to content

Commit de9f883

Browse files
committed
Release v2.3.0
1 parent 30f0c20 commit de9f883

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.2.2'
26+
__version__ = '2.3.0'

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
author = 'Preferred.AI'
2323

2424
# The short X.Y version
25-
version = '2.2'
25+
version = '2.3'
2626
# The full version, including alpha/beta/rc tags
27-
release = '2.2.2'
27+
release = '2.3.0'
2828

2929

3030
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ def run(self):
342342

343343
setup(
344344
name="cornac",
345-
version="2.2.2",
345+
version="2.3.0",
346346
description="A Comparative Framework for Multimodal Recommender Systems",
347347
long_description=long_description,
348348
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)