Skip to content

Commit 48eb154

Browse files
committed
Release v1.5.1
1 parent 7d753f5 commit 48eb154

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__ = '1.5.0'
26+
__version__ = '1.5.1'

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# The short X.Y version
2727
version = '1.5'
2828
# The full version, including alpha/beta/rc tags
29-
release = '1.5.0'
29+
release = '1.5.1'
3030

3131

3232
# -- General configuration ---------------------------------------------------

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ def extract_gcc_binaries():
252252

253253
setup(
254254
name="cornac",
255-
version="1.5.0",
255+
version="1.5.1",
256256
description="A Comparative Framework for Multimodal Recommender Systems",
257257
long_description=long_description,
258258
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)