From af4044d563bcd6f709a05fe5be7fb32eda50dc15 Mon Sep 17 00:00:00 2001 From: Robert Haase Date: Sun, 19 Feb 2023 11:13:55 +0100 Subject: [PATCH] bump version, correct author name --- napari_process_points_and_surfaces/__init__.py | 2 +- setup.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/napari_process_points_and_surfaces/__init__.py b/napari_process_points_and_surfaces/__init__.py index 124e357..ff1453a 100644 --- a/napari_process_points_and_surfaces/__init__.py +++ b/napari_process_points_and_surfaces/__init__.py @@ -1,5 +1,5 @@ -__version__ = "0.3.3" +__version__ = "0.4.0" __common_alias__ = "nppas" import warnings diff --git a/setup.cfg b/setup.cfg index 03a7b0a..2a0398c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [metadata] name = napari-process-points-and-surfaces -version = 0.3.3 -author = Robert Haase, Johannes Müller +version = 0.4.0 +author = Robert Haase, Johannes Soltwedel author_email = robert.haase@tu-dresden.de url = https://github.com/haesleinhuepf/napari-process-points-and-surfaces license = BSD-3-Clause