From 1a82e2482e431a65dd0edb0fccfeda21faa780da Mon Sep 17 00:00:00 2001 From: "Kelley M. Hess" Date: Thu, 6 Jun 2024 15:30:17 +0200 Subject: [PATCH] Increment version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 67420f7..12abdb1 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name='sofia_image_pipeline', - version='1.2.6', + version='1.2.7', 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',