Skip to content

Commit db2a69a

Browse files
committed
Release v1.13.1
1 parent 58a321e commit db2a69a

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

.github/workflows/python-publish.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ name: upload
1111
on:
1212
release:
1313
types: [published]
14-
push:
15-
branches: [ master ]
1614

1715
jobs:
1816
build-wheels:

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.0'
26+
__version__ = '1.13.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.13'
2828
# The full version, including alpha/beta/rc tags
29-
release = '1.13.0'
29+
release = '1.13.1'
3030

3131

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

setup.py

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

278278
setup(
279279
name="cornac",
280-
version="1.13.0",
280+
version="1.13.1",
281281
description="A Comparative Framework for Multimodal Recommender Systems",
282282
long_description=long_description,
283283
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)