diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 85a5e34bb88d6eb9c70eeb1510df09fb1f1b50ef..0a5aa952de8230a50355b42277e3b6ad7a402abe 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -11,8 +11,6 @@ name: upload on: release: types: [published] - push: - branches: [ master ] jobs: build-wheels: diff --git a/cornac/__init__.py b/cornac/__init__.py index f3d8b1452be1738472e1a185248d55d4b77bf7b6..91aa32601e6d52bc4f99cb7eb69413f1a8fce331 100644 --- a/cornac/__init__.py +++ b/cornac/__init__.py @@ -23,4 +23,4 @@ from . import utils # Also importable from root from .experiment import Experiment -__version__ = '1.13.0' \ No newline at end of file +__version__ = '1.13.1' \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index 38a4f091181ecf83337421954b186802dcdabb90..5db1c2262d9baa1e16840e7e81aa4e1258a75069 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ author = 'Preferred.AI' # 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 --------------------------------------------------- diff --git a/setup.py b/setup.py index 135fb283a9b2cb33a1ef27ff7798cd45a4b5c497..6a52e9e64fb3d6c6b752e52068afa86d0243eb5d 100644 --- a/setup.py +++ b/setup.py @@ -277,7 +277,7 @@ if USE_CYTHON: 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",