diff --git a/cornac/__init__.py b/cornac/__init__.py index c2c83a5a..a98d479e 100644 --- a/cornac/__init__.py +++ b/cornac/__init__.py @@ -23,4 +23,4 @@ # Also importable from root from .experiment import Experiment -__version__ = "3.0.0" +__version__ = "3.0.1" diff --git a/docs/source/conf.py b/docs/source/conf.py index b88a7c74..57e5165b 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -33,7 +33,7 @@ # The short X.Y version version = "3.0" # The full version, including alpha/beta/rc tags -release = "3.0.0" +release = "3.0.1" # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index aa7a87fc..b0e5d026 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta" [project] name = "cornac" -version = "3.0.0" +version = "3.0.1" description = "A Comparative Framework for Multimodal Recommender Systems" readme = "README.md" dependencies = [