From 03523a9b2d47f92a852cc179f6c07d1263e677ca Mon Sep 17 00:00:00 2001 From: adinhodovic Date: Wed, 31 May 2023 17:26:03 +0200 Subject: [PATCH] chore: Bump version --- charts/celery-exporter/Chart.yaml | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 "]