From a471af1a725d6525dcfe96436b27334a87bcd2bf Mon Sep 17 00:00:00 2001 From: Lukas Weber <32765578+lukasalexanderweber@users.noreply.github.com> Date: Mon, 12 Aug 2024 19:57:37 +0200 Subject: [PATCH] bump version --- stitching/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stitching/__init__.py b/stitching/__init__.py index ed1b158..1ae23c3 100644 --- a/stitching/__init__.py +++ b/stitching/__init__.py @@ -1,3 +1,3 @@ from .stitcher import AffineStitcher, Stitcher # noqa: F401 -__version__ = "0.5.3" +__version__ = "0.6.0"