Skip to content

Commit

Permalink
Release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tqtg committed Jul 31, 2019
1 parent c368d55 commit 7bb600b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
# -- Project information -----------------------------------------------------

project = 'Cornac'
copyright = '2018, Cornac Contributors'
copyright = '2018, Cornac Authors'
author = 'Preferred.AI'

# The short X.Y version
version = '0.3'
# The full version, including alpha/beta/rc tags
release = '0.3.0'
release = '0.3.1'


# -- General configuration ---------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,11 @@ def extract_gcc_binaries():

setup(
name='cornac',
version='0.3.0',
description='A Python library for using, building, evaluating and comparing recommendation algorithms',
version='0.3.1',
description='A Comparative Framework for Multimodal Recommender Systems',
long_description=long_description,
long_description_content_type='text/markdown',
url='https://cornac.preferred.ai/',
url='https://cornac.preferred.ai',
keywords=['recommender system', 'collaborative filtering', 'multimodal', 'preference learning', 'recommendation'],
ext_modules=extensions,
install_requires=[
Expand Down

0 comments on commit 7bb600b

Please sign in to comment.