From cafe3c2b440f3a35c4e869d4eb666ef882b23360 Mon Sep 17 00:00:00 2001 From: William Chu Date: Tue, 10 Sep 2024 12:27:16 +0800 Subject: [PATCH] chore: bump version to 0.11.1 --- gitops/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gitops/__init__.py b/gitops/__init__.py index 05dc77a..ec955ce 100644 --- a/gitops/__init__.py +++ b/gitops/__init__.py @@ -4,7 +4,7 @@ from .utils.cli import success, warning -__version__ = "0.11.0" +__version__ = "0.11.1" # Checking gitops version matches cluster repo version. diff --git a/pyproject.toml b/pyproject.toml index e540c22..74f1a3b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "gitops" -version = "0.11.0" +version = "0.11.1" description = "Manage multiple apps across one or more k8s clusters." requires-python = ">=3.12" readme = "README.md"