From ad02177831479fcff3453940d592759ebd82d4b2 Mon Sep 17 00:00:00 2001 From: tqtg Date: Mon, 19 Aug 2019 16:40:50 +0800 Subject: [PATCH] Release v0.3.4 --- docs/source/conf.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index f901d0712..a880ef03e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ # The short X.Y version version = '0.3' # The full version, including alpha/beta/rc tags -release = '0.3.3' +release = '0.3.4' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 573027a90..2b33aabc1 100644 --- a/setup.py +++ b/setup.py @@ -157,7 +157,7 @@ def extract_gcc_binaries(): setup( name='cornac', - version='0.3.3', + version='0.3.4', description='A Comparative Framework for Multimodal Recommender Systems', long_description=long_description, long_description_content_type='text/markdown',