We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a39c385 commit 502b659Copy full SHA for 502b659
docs/source/conf.py
@@ -26,7 +26,7 @@
26
# The short X.Y version
27
version = '0.3'
28
# The full version, including alpha/beta/rc tags
29
-release = '0.3.1'
+release = '0.3.2'
30
31
32
# -- General configuration ---------------------------------------------------
setup.py
@@ -153,7 +153,7 @@ def extract_gcc_binaries():
153
154
setup(
155
name='cornac',
156
- version='0.3.1',
+ version='0.3.2',
157
description='A Comparative Framework for Multimodal Recommender Systems',
158
long_description=long_description,
159
long_description_content_type='text/markdown',
0 commit comments