Skip to content

Commit 2d430dc

Browse files
committed
Release v1.17.0
1 parent 17cd25b commit 2d430dc

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__ = '1.16'
26+
__version__ = '1.17'

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
author = 'Preferred.AI'
2525

2626
# The short X.Y version
27-
version = '1.16'
27+
version = '1.17'
2828
# The full version, including alpha/beta/rc tags
29-
release = '1.16.0'
29+
release = '1.17.0'
3030

3131

3232
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def extract_gcc_binaries():
296296

297297
setup(
298298
name="cornac",
299-
version="1.16.0",
299+
version="1.17.0",
300300
description="A Comparative Framework for Multimodal Recommender Systems",
301301
long_description=long_description,
302302
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)