From 77bd0ae73eca3f703ab00592d07da735c3892a8f Mon Sep 17 00:00:00 2001 From: "Kelley M. Hess" Date: Tue, 24 Sep 2024 17:31:58 +0200 Subject: [PATCH] Update patch version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b3f6aef..58ad290 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='sofia_image_pipeline', - version='1.3.3', + version='1.3.4', description='SIP takes a SoFiA generated source catalog and produce images for publication or quick inspection. Images include HI contours overlaid on multiwavelength images, HI moment maps, pixel-by-pixel SNR maps, pv-diagrams with SoFiA mask, and spectra with and without noise.', url='https://github.com/kmhess/SoFiA-image-pipeline', author='Kelley M. Hess',