diff --git a/README.rst b/README.rst index 6ed7055..8bab304 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -.. image:: https://ramppdev.github.io/ablate/_images/logo_banner.png +.. image:: https://ramppdev.github.io/ablate/_static/logo_banner.png :alt: ablate turns deep learning experiments into structured, human-readable reports. :align: center diff --git a/ablate/__init__.py b/ablate/__init__.py index 4d7cb5f..e11357b 100644 --- a/ablate/__init__.py +++ b/ablate/__init__.py @@ -4,4 +4,4 @@ __all__ = ["blocks", "exporters", "queries", "Report", "sources"] -__version__ = "0.2.2" +__version__ = "0.2.3" diff --git a/pyproject.toml b/pyproject.toml index b61566d..762f132 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "ablate" -version = "0.2.2" +version = "0.2.3" description = "ablate turns deep learning experiments into structured, human-readable reports." authors = [{ name = "Simon Rampp", email = "simon@rampp.dev" }] license = { text = "MIT" } diff --git a/uv.lock b/uv.lock index 4a16e6d..d7e10ca 100644 --- a/uv.lock +++ b/uv.lock @@ -20,7 +20,7 @@ resolution-markers = [ [[package]] name = "ablate" -version = "0.2.2" +version = "0.2.3" source = { editable = "." } dependencies = [ { name = "matplotlib" },