Skip to content

Commit

Permalink
Release v1.18.0 (#569)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylong committed Dec 12, 2023
1 parent e54190f commit fcc97a5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cornac/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
# Also importable from root
from .experiment import Experiment

__version__ = '1.17'
__version__ = '1.18'
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'

services:
cornac:
image: registry.preferred.ai/cornac/cornac-server:1.17.0-test
image: registry.preferred.ai/cornac/cornac-server:1.18.0
volumes:
- $PWD/save_dir:/app/cornac/serving/save_dir
- cornacvol:/app/cornac/serving/data
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
author = 'Preferred.AI'

# The short X.Y version
version = '1.17'
version = '1.18'
# The full version, including alpha/beta/rc tags
release = '1.17.0'
release = '1.18.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def run(self):

setup(
name="cornac",
version="1.17.0",
version="1.18.0",
description="A Comparative Framework for Multimodal Recommender Systems",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit fcc97a5

Please sign in to comment.