From a4d45ec83ca40c53877e96a04d5924ff96b1cb71 Mon Sep 17 00:00:00 2001 From: "Matt, Matthias" Date: Mon, 30 Sep 2024 15:41:34 +0200 Subject: [PATCH] Bump chart to 0.5.2-a10 --- charts/grader-service/Chart.yaml | 2 +- charts/grader-service/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/grader-service/Chart.yaml b/charts/grader-service/Chart.yaml index 7e3e273b..75882c6d 100644 --- a/charts/grader-service/Chart.yaml +++ b/charts/grader-service/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.5.2-a9 +version: 0.5.2-a10 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/grader-service/pyproject.toml b/charts/grader-service/pyproject.toml index 6d3d24a5..80974bef 100644 --- a/charts/grader-service/pyproject.toml +++ b/charts/grader-service/pyproject.toml @@ -3,7 +3,7 @@ github_url = "https://github.com/TU-Wien-dataLAB/Grader-Service" [tool.tbump.version] -current = "0.5.2-a9" +current = "0.5.2-a10" # Example of a semver regexp. # Make sure this matches current_version before