diff --git a/docs/source/conf.py b/docs/source/conf.py index ccfbb3931..9169e90cd 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.1' +release = '0.3.2' # -- General configuration --------------------------------------------------- diff --git a/setup.py b/setup.py index 43063d929..50d1f6b00 100644 --- a/setup.py +++ b/setup.py @@ -153,7 +153,7 @@ def extract_gcc_binaries(): setup( name='cornac', - version='0.3.1', + version='0.3.2', description='A Comparative Framework for Multimodal Recommender Systems', long_description=long_description, long_description_content_type='text/markdown',