Skip to content

Commit

Permalink
Release v1.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tqtg committed Jul 11, 2021
1 parent 58a321e commit db2a69a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ name: upload
on:
release:
types: [published]
push:
branches: [ master ]

jobs:
build-wheels:
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.0'
__version__ = '1.13.1'
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.0'
release = '1.13.1'


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

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

0 comments on commit db2a69a

Please sign in to comment.