We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bab09e commit ad02177Copy full SHA for ad02177
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.3'
+release = '0.3.4'
30
31
32
# -- General configuration ---------------------------------------------------
setup.py
@@ -157,7 +157,7 @@ def extract_gcc_binaries():
157
158
setup(
159
name='cornac',
160
- version='0.3.3',
+ version='0.3.4',
161
description='A Comparative Framework for Multimodal Recommender Systems',
162
long_description=long_description,
163
long_description_content_type='text/markdown',
0 commit comments