Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tqtg committed Jan 23, 2020
1 parent d67d24d commit d9cfd01
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cornac/__init__.py
Expand Up @@ -23,4 +23,4 @@
# Also importable from root
from .experiment import Experiment

__version__ = '1.2.2'
__version__ = '1.3.0'
4 changes: 2 additions & 2 deletions docs/source/conf.py
Expand Up @@ -24,9 +24,9 @@
author = 'Preferred.AI'

# The short X.Y version
version = '1.2'
version = '1.3'
# The full version, including alpha/beta/rc tags
release = '1.2.2'
release = '1.3.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -171,7 +171,7 @@ def extract_gcc_binaries():

setup(
name='cornac',
version='1.2.2',
version='1.3.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 d9cfd01

Please sign in to comment.