From 0b8ba2f2e18af7b2b652439e9332abc5073d5894 Mon Sep 17 00:00:00 2001 From: Mirko Date: Wed, 29 Jan 2025 17:20:44 +0100 Subject: [PATCH] Ready for version 0.5.1 --- docs/conf.py | 2 +- fluke/run.py | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index bd37ce4..c4a18a8 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -14,7 +14,7 @@ project = 'fluke' copyright = '2024, Mirko Polato' author = 'Mirko Polato' -version = '0.5.0' +version = '0.5.1' # release = 'alpha' # autodoc_mock_imports = ['algorithms'] # Fix the "No module named 'algorithms'" error diff --git a/fluke/run.py b/fluke/run.py index c601833..c970e48 100644 --- a/fluke/run.py +++ b/fluke/run.py @@ -22,7 +22,7 @@ get_class_from_qualified_name, get_loss, get_model) # , plot_distribution) from .utils.log import get_logger # NOQA -__version__ = "0.5.0" +__version__ = "0.5.1" def version_callback(value: bool): diff --git a/pyproject.toml b/pyproject.toml index acee303..ca79eb7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ namespaces = false # to disable scanning PEP 420 namespaces (true by default) [project] name = "fluke-fl" -version = "0.5.0" +version = "0.5.1" authors = [ { name="Mirko Polato", email="mirko.polato@unito.it" }, ]