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"