Skip to content

Commit

Permalink
Release v1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tqtg committed Jul 12, 2021
1 parent e43ebdd commit fa10127
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --only-binary=numpy,scipy numpy scipy Cython wheel
python -m pip install --only-binary=numpy,scipy numpy~=1.19.0 scipy Cython wheel
- name: Build wheels
run: python setup.py bdist_wheel
Expand Down
2 changes: 1 addition & 1 deletion cornac/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
# Also importable from root
from .experiment import Experiment

__version__ = '1.13.2'
__version__ = '1.13.3'
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = '1.13'
# The full version, including alpha/beta/rc tags
release = '1.13.2'
release = '1.13.3'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ def extract_gcc_binaries():

setup(
name="cornac",
version="1.13.2",
version="1.13.3",
description="A Comparative Framework for Multimodal Recommender Systems",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit fa10127

Please sign in to comment.