From f835f2883e9b4f4722e13ff57d087e34922b42ce Mon Sep 17 00:00:00 2001
From: Gaelle Letort <gaelle.letort.gl@gmail.com>
Date: Fri, 5 Apr 2024 15:26:24 +0200
Subject: [PATCH] versions

---
 README.md | 4 ++--
 setup.cfg | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index e9031c0..da799e5 100755
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@
 
 [![License BSD-3](https://img.shields.io/pypi/l/napari-3dtimereg.svg?color=green)](https://gitlab.pasteur.fr/gletort/napari-3dtimereg/-/blob/main/LICENSE)
 [![PyPI](https://img.shields.io/pypi/v/napari-3dtimereg.svg?color=green)](https://pypi.org/project/napari-3dtimereg)
-[![Python Version](https://img.shields.io/pypi/pyversions/multireg.svg?color=green)](https://python.org)
-[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/multireg)](https://napari-hub.org/plugins/napari-3dtimereg)
+[![Python Version](https://img.shields.io/pypi/pyversions/napari-3dtimereg.svg?color=green)](https://python.org)
+[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-3dtimereg)](https://napari-hub.org/plugins/napari-3dtimereg)
 
 Temporal registration of 2D/3D movies on one channel based on [itk-elastix](https://pypi.org/project/itk-elastix/), and transpose alignement to the other channels.
 
diff --git a/setup.cfg b/setup.cfg
index 22fbd7c..06701ec 100755
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
 [metadata]
 name = napari-3dtimereg
-version = 0.0.2
+version = 0.0.3
 description = Registration of 3D movies applied to all channels
 long_description = file: README.md
 long_description_content_type = text/markdown
-- 
GitLab