From 0c6754fd9055b9cfad039c7aaefc7c692d38ce9f Mon Sep 17 00:00:00 2001 From: "@alerceadmin" Date: Tue, 7 Jan 2025 17:05:44 +0000 Subject: [PATCH] chore: update version --- charts/lightcurve/Chart.yaml | 6 ++++-- lightcurve/pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/charts/lightcurve/Chart.yaml b/charts/lightcurve/Chart.yaml index bb36d2435..ab65aabe8 100644 --- a/charts/lightcurve/Chart.yaml +++ b/charts/lightcurve/Chart.yaml @@ -1,5 +1,7 @@ -appVersion: 24.11.1-rc137 +appVersion: 25.1.1-rc138 description: Lightcurve API for ALeRCE Clients name: lightcurve type: application -version: 24.11.170 +version: 25.1.171 + + diff --git a/lightcurve/pyproject.toml b/lightcurve/pyproject.toml index dabc54db3..9d0d6e0a7 100644 --- a/lightcurve/pyproject.toml +++ b/lightcurve/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lightcurve" -version = "24.11.1-rc137" +version = "25.1.1-rc138" description = "Get lightcurve of objects from ZTF and ATLAS surveys" authors = ["Diego Rodriguez Mancini"] readme = "README.md"