From 131bb8640a18e71269d698da61934fbe5dc450ad Mon Sep 17 00:00:00 2001 From: "@alerceadmin" Date: Tue, 22 Oct 2024 12:53: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 11afbd68d..e65afa25a 100644 --- a/charts/lightcurve/Chart.yaml +++ b/charts/lightcurve/Chart.yaml @@ -1,5 +1,5 @@ -appVersion: 24.10.1-rc128 +appVersion: 24.10.1-rc129 description: Lightcurve API for ALeRCE Clients name: lightcurve type: application -version: 24.10.161 +version: 24.10.162 diff --git a/lightcurve/pyproject.toml b/lightcurve/pyproject.toml index 70f752790..1c10c2484 100644 --- a/lightcurve/pyproject.toml +++ b/lightcurve/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lightcurve" -version = "24.10.1-rc128" +version = "24.10.1-rc129" description = "Get lightcurve of objects from ZTF and ATLAS surveys" authors = ["Diego Rodriguez Mancini"] readme = "README.md"