From 04c56b93942a3e0941ad4d9a025f3734d8ff166e Mon Sep 17 00:00:00 2001 From: bakdata-bot Date: Mon, 13 Feb 2023 13:08:28 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version=200.9.0=20=E2=86=92=200.10.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fbf50e9c6..048c95e70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "kpops" -version = "0.9.0" +version = "0.10.0" description = "KPOps is a tool to deploy Kafka pipelines to Kubernetes" authors = ["bakdata "] license = "MIT"