From dd7bef0c3e98d3acc97cc691306bc00c22fda251 Mon Sep 17 00:00:00 2001 From: Morgan Fouesneau Date: Mon, 22 Nov 2021 15:52:15 +0100 Subject: [PATCH] workflow debugging --- pyphot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyphot/__init__.py b/pyphot/__init__.py index 76cfa05..0ab0153 100644 --- a/pyphot/__init__.py +++ b/pyphot/__init__.py @@ -12,4 +12,4 @@ from .vega import Vega from .sun import Sun -__VERSION__ = "1.4.1" +__VERSION__ = "1.4.2"