From a2e982480ec2009cce9bce75abb9109318a91d6d Mon Sep 17 00:00:00 2001 From: "@alerceadmin" Date: Mon, 11 Nov 2024 13:16:19 +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 d52797cc5..38a72c0d5 100644 --- a/charts/lightcurve/Chart.yaml +++ b/charts/lightcurve/Chart.yaml @@ -1,5 +1,5 @@ -appVersion: 24.11.1-rc131 +appVersion: 24.11.1-rc132 description: Lightcurve API for ALeRCE Clients name: lightcurve type: application -version: 24.11.164 +version: 24.11.165 diff --git a/lightcurve/pyproject.toml b/lightcurve/pyproject.toml index 9e6eb5d3c..09c480bbb 100644 --- a/lightcurve/pyproject.toml +++ b/lightcurve/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lightcurve" -version = "24.11.1-rc131" +version = "24.11.1-rc132" description = "Get lightcurve of objects from ZTF and ATLAS surveys" authors = ["Diego Rodriguez Mancini"] readme = "README.md"