Skip to content

Commit

Permalink
Ready for version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
makgyver committed Jan 29, 2025
1 parent 59dc03f commit 0b8ba2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion fluke/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]" },
]
Expand Down

0 comments on commit 0b8ba2f

Please sign in to comment.