From 6aa291baa9bc5d7fb410454bfcea3a3da0c23604 Mon Sep 17 00:00:00 2001 From: Daniel Franco Date: Thu, 4 Jan 2024 16:54:55 +0100 Subject: [PATCH] Update BiaPy version --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6775f531..fa63133e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "biapy" -version = "3.1.0.1" +version = "3.2.0" description = "BiaPy: Bioimage analysis pipelines in Python" readme = "README.md" authors = [{ name = "Daniel Franco-Barranco", email = "daniel.franco@dipc.org" }] diff --git a/setup.py b/setup.py index f01c1cf6..8ca2815d 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def getInclude(): def setup_package(): - __version__ = '3.1.1' + __version__ = '3.2.0' url = 'https://github.com/danifranco/BiaPy' setup(name='biapy',