We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 604b4c6 commit 6ae67f6Copy full SHA for 6ae67f6
3 files changed
cornac/__init__.py
@@ -23,4 +23,4 @@
23
# Also importable from root
24
from .experiment import Experiment
25
26
-__version__ = '2.2'
+__version__ = '2.2.1'
docs/source/conf.py
@@ -24,7 +24,7 @@
# The short X.Y version
version = '2.2'
# The full version, including alpha/beta/rc tags
27
-release = '2.2.0'
+release = '2.2.1'
28
29
30
# -- General configuration ---------------------------------------------------
setup.py
@@ -330,7 +330,7 @@ def run(self):
330
331
setup(
332
name="cornac",
333
- version="2.2.0",
+ version="2.2.1",
334
description="A Comparative Framework for Multimodal Recommender Systems",
335
long_description=long_description,
336
long_description_content_type="text/markdown",
0 commit comments