Skip to content

Commit 254052f

Browse files
committed
Release v2.3.1
1 parent 47124bd commit 254052f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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__ = '2.3.0'
26+
__version__ = '2.3.1'

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
# The short X.Y version
2525
version = '2.3'
2626
# The full version, including alpha/beta/rc tags
27-
release = '2.3.0'
27+
release = '2.3.1'
2828

2929

3030
# -- General configuration ---------------------------------------------------

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
1010

1111
[project]
1212
name = "cornac"
13-
version = "2.3.0"
13+
version = "2.3.1"
1414
description = "A Comparative Framework for Multimodal Recommender Systems"
1515
readme = "README.md"
1616
dependencies = [

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"""
1818
Release instruction:
1919
- Check that tests run correctly with all CI tools.
20-
- Change __version__ in setup.py, cornac/__init__.py, docs/source/conf.py.
20+
- Change __version__ in pyproject.toml, cornac/__init__.py, docs/source/conf.py.
2121
- Commit and release a version on GitHub, Actions will be triggered to build and upload to PyPI.
2222
- Update conda-forge feedstock with new version and SHA256 hash of the new .tar.gz archive on PyPI (optional), the conda-forge bot will detect a new version and create PR after a while.
2323
- Check on https://anaconda.org/conda-forge/cornac that new version is available for all platforms.

0 commit comments

Comments
 (0)