diff --git a/charts/celery-exporter/Chart.yaml b/charts/celery-exporter/Chart.yaml index f372539..5f8a6c5 100644 --- a/charts/celery-exporter/Chart.yaml +++ b/charts/celery-exporter/Chart.yaml @@ -13,5 +13,5 @@ maintainers: - name: danihodovic - name: adinhodovic -version: 0.6.4 -appVersion: 0.7.5 +version: 0.6.5 +appVersion: 0.8.1 diff --git a/pyproject.toml b/pyproject.toml index b9f9065..c758dd9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ skip = '.virtualenv,.venv,.poetry,.poetry-cache' [tool.poetry] name = "celery-exporter" -version = "0.8.0" +version = "0.8.1" description = "" authors = ["Dani Hodovic "]