Skip to content

Commit d23c1c6

Browse files
committed
Release v1.18.0
1 parent c1d2381 commit d23c1c6

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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.17'
26+
__version__ = '1.18'

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.7'
22

33
services:
44
cornac:
5-
image: registry.preferred.ai/cornac/cornac-server:1.17.0-test
5+
image: registry.preferred.ai/cornac/cornac-server:1.18.0
66
volumes:
77
- $PWD/save_dir:/app/cornac/serving/save_dir
88
- cornacvol:/app/cornac/serving/data

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 = '1.17'
25+
version = '1.18'
2626
# The full version, including alpha/beta/rc tags
27-
release = '1.17.0'
27+
release = '1.18.0'
2828

2929

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

setup.py

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

331331
setup(
332332
name="cornac",
333-
version="1.17.0",
333+
version="1.18.0",
334334
description="A Comparative Framework for Multimodal Recommender Systems",
335335
long_description=long_description,
336336
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)