From 5c647f9a3d1349760ab45dcf730cd0a043fafca5 Mon Sep 17 00:00:00 2001 From: Julian Strobl Date: Thu, 9 Nov 2023 11:11:59 +0100 Subject: [PATCH] Bump version to v0.3.0 Signed-off-by: Julian Strobl --- chart/Chart.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/Chart.yaml b/chart/Chart.yaml index c92da56..0332314 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -21,4 +21,4 @@ version: 0.2.0 # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.2.0" +appVersion: "0.3.0" diff --git a/pyproject.toml b/pyproject.toml index 727bd65..a95b97a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "cid-resolver" -version = "0.2.0" +version = "0.3.0" description = "" authors = ["Jürgen Eckel "] readme = "README.md"