We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58103cb commit 9c0992cCopy full SHA for 9c0992c
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.4'
+release = '0.3.5'
30
31
32
# -- General configuration ---------------------------------------------------
setup.py
@@ -162,7 +162,7 @@ def extract_gcc_binaries():
162
163
setup(
164
name='cornac',
165
- version='0.3.4',
+ version='0.3.5',
166
description='A Comparative Framework for Multimodal Recommender Systems',
167
long_description=long_description,
168
long_description_content_type='text/markdown',
0 commit comments