diff --git a/charts/lightcurve/Chart.yaml b/charts/lightcurve/Chart.yaml index c58c10b23..3408495c1 100644 --- a/charts/lightcurve/Chart.yaml +++ b/charts/lightcurve/Chart.yaml @@ -1,5 +1,5 @@ -appVersion: 24.9.1-rc123 +appVersion: 24.10.1-rc124 description: Lightcurve API for ALeRCE Clients name: lightcurve type: application -version: 24.9.156 +version: 24.10.157 diff --git a/lightcurve/pyproject.toml b/lightcurve/pyproject.toml index 0ae3e0576..0c68a2a24 100644 --- a/lightcurve/pyproject.toml +++ b/lightcurve/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lightcurve" -version = "24.9.1-rc123" +version = "24.10.1-rc124" description = "Get lightcurve of objects from ZTF and ATLAS surveys" authors = ["Diego Rodriguez Mancini"] readme = "README.md"