From 853bc694e06d575c7249d54d2f3074789f202d84 Mon Sep 17 00:00:00 2001 From: Robert Haase Date: Sun, 24 Nov 2024 17:41:21 +0100 Subject: [PATCH] bump version --- setup.cfg | 2 +- src/bia_bob/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index a2803e6..3e4f1bc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = bia-bob version = attr: bia_bob.__version__ -description = A Jupyter-based assistant for data analysis tasks +description = A Jupyter-based assistant for image data analysis tasks long_description = file: README.md long_description_content_type = text/markdown url = https://github.com/haesleinhuepf/bia-bob diff --git a/src/bia_bob/__init__.py b/src/bia_bob/__init__.py index cefaedf..b55fd90 100644 --- a/src/bia_bob/__init__.py +++ b/src/bia_bob/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.23.4" +__version__ = "0.24.0" __all__ = ( )