From 7ccae6d9f88fcf3146cb959de18d4c18ebe98743 Mon Sep 17 00:00:00 2001 From: Morgan Fouesneau Date: Thu, 22 Jun 2023 14:40:04 +0200 Subject: [PATCH] Update __init__.py version --- src/gdr3apcal/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gdr3apcal/__init__.py b/src/gdr3apcal/__init__.py index 83e3631..a6728b1 100644 --- a/src/gdr3apcal/__init__.py +++ b/src/gdr3apcal/__init__.py @@ -1,3 +1,3 @@ from .calibration import (CalibrationModel, GaiaDR3_GSPPhot_cal) -__VERSION__ = "1.6" +__VERSION__ = "1.6.1"