From 49d38851ea23f03cdb89bef3e64456e8d87ea2ec Mon Sep 17 00:00:00 2001 From: "@alerceadmin" Date: Thu, 22 Aug 2024 13:40:02 +0000 Subject: [PATCH] chore: update version --- charts/lightcurve/Chart.yaml | 4 ++-- lightcurve/pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/lightcurve/Chart.yaml b/charts/lightcurve/Chart.yaml index 90eed85cd..70da5c4fa 100644 --- a/charts/lightcurve/Chart.yaml +++ b/charts/lightcurve/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: 24.8.1-rc108 +appVersion: 24.8.1-rc109 description: Lightcurve API for ALeRCE Clients name: lightcurve type: application -version: 24.8.141 +version: 24.8.142 diff --git a/lightcurve/pyproject.toml b/lightcurve/pyproject.toml index 22a713a48..a0c6d7c20 100644 --- a/lightcurve/pyproject.toml +++ b/lightcurve/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lightcurve" -version = "24.8.1-rc108" +version = "24.8.1-rc109" description = "Get lightcurve of objects from ZTF and ATLAS surveys" authors = ["Diego Rodriguez Mancini"] readme = "README.md"