From 1f44cde3fa42824626fd5cd78b60c9898f8024d8 Mon Sep 17 00:00:00 2001 From: JulienPeloton Date: Mon, 3 Jun 2024 15:14:21 +0200 Subject: [PATCH] Bump to 8.0 --- fink_client/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fink_client/__init__.py b/fink_client/__init__.py index 17efbdd..5149435 100644 --- a/fink_client/__init__.py +++ b/fink_client/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2019 AstroLab Software +# Copyright 2019-2024 AstroLab Software # Author: Julien Peloton # # Licensed under the Apache License, Version 2.0 (the "License"); @@ -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.2" +__version__ = "8.0" __schema_version__ = "distribution_schema_fink_ztf_{}.avsc"