From 59b5cc7fe5d489ca28f8a972aabb9228f3af55e7 Mon Sep 17 00:00:00 2001 From: JulienPeloton Date: Tue, 18 Jun 2024 09:34:03 +0200 Subject: [PATCH] Bump to 8.3 --- 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 ec275da..b8c25f0 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__ = "8.2" +__version__ = "8.3" __schema_version__ = "distribution_schema_fink_ztf_{}.avsc"