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__ = ( )