Skip to content

Commit fa10127

Browse files
committed
Release v1.13.3
1 parent e43ebdd commit fa10127

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Install dependencies
4343
run: |
4444
python -m pip install --upgrade pip
45-
python -m pip install --only-binary=numpy,scipy numpy scipy Cython wheel
45+
python -m pip install --only-binary=numpy,scipy numpy~=1.19.0 scipy Cython wheel
4646
4747
- name: Build wheels
4848
run: python setup.py bdist_wheel

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.13.2'
26+
__version__ = '1.13.3'

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.13'
2828
# The full version, including alpha/beta/rc tags
29-
release = '1.13.2'
29+
release = '1.13.3'
3030

3131

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

setup.py

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

289289
setup(
290290
name="cornac",
291-
version="1.13.2",
291+
version="1.13.3",
292292
description="A Comparative Framework for Multimodal Recommender Systems",
293293
long_description=long_description,
294294
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)