From 7cc15347810a1521374b1ae9b6fd243c63f4282f Mon Sep 17 00:00:00 2001 From: JulienPeloton Date: Fri, 8 Dec 2023 08:41:31 +0100 Subject: [PATCH] Bump to 7.2 --- fink_client/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fink_client/__init__.py b/fink_client/__init__.py index 8c7b140..17efbdd 100644 --- a/fink_client/__init__.py +++ b/fink_client/__init__.py @@ -12,5 +12,5 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "7.1" +__version__ = "7.2" __schema_version__ = "distribution_schema_fink_ztf_{}.avsc"