Skip to content

Commit 163c315

Browse files
committed
Release v2.2.2
1 parent 706ce7a commit 163c315

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cornac/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
# Also importable from root
2424
from .experiment import Experiment
2525

26-
__version__ = '2.2.1'
26+
__version__ = '2.2.2'

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# The short X.Y version
2525
version = '2.2'
2626
# The full version, including alpha/beta/rc tags
27-
release = '2.2.1'
27+
release = '2.2.2'
2828

2929

3030
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ def run(self):
330330

331331
setup(
332332
name="cornac",
333-
version="2.2.1",
333+
version="2.2.2",
334334
description="A Comparative Framework for Multimodal Recommender Systems",
335335
long_description=long_description,
336336
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)